We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e332c2d commit dbcb60eCopy full SHA for dbcb60e
MANIFEST.in
@@ -1 +1,2 @@
1
-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/*
+recursive-exclude .github *
2
+recursive-include tests/test_nearley/nearley *.ne
pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=61.2.0"]
+requires = ["setuptools>=80", "setuptools-scm>=9.2.2"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
0 commit comments