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 dbcb60e commit ad0ea5fCopy full SHA for ad0ea5f
MANIFEST.in
@@ -1,2 +1,10 @@
1
+# By default, all files tracked by git are included in the sdist via setuptools-scm
2
+# This manifest is used to exclude certain files and include files from git submodules
3
recursive-exclude .github *
4
+recursive-exclude docs/ide *
5
+exclude .gitignore .gitmodules .pre-commit-config.yaml
6
+
7
+# Include nearley grammars from the nearley submodule
8
+# Many of them are used by tests/test_nearley/test_nearley.py
9
recursive-include tests/test_nearley/nearley *.ne
10
+include tests/test_nearley/nearley/LICENSE.txt
0 commit comments