Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
include README.md LICENSE docs/* examples/*.py examples/*.png examples/*.lark tests/*.py tests/*.lark tests/grammars/* tests/test_nearley/*.py tests/test_nearley/grammars/*
# By default, all files tracked by git are included in the sdist via setuptools-scm
# This manifest is used to exclude certain files and include files from git submodules
recursive-exclude .github *
recursive-exclude docs/ide *
exclude .gitignore .gitmodules .pre-commit-config.yaml

# Include nearley grammars from the nearley submodule
# Many of them are used by tests/test_nearley/test_nearley.py
recursive-include tests/test_nearley/nearley *.ne
Comment thread
chanicpanic marked this conversation as resolved.
include tests/test_nearley/nearley/LICENSE.txt
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.2.0"]
requires = ["setuptools>=80", "setuptools-scm>=9.2.2"]
build-backend = "setuptools.build_meta"

[project]
Expand Down