Skip to content

Commit ad0ea5f

Browse files
committed
Update MANIFEST.in
1 parent dbcb60e commit ad0ea5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
13
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
29
recursive-include tests/test_nearley/nearley *.ne
10+
include tests/test_nearley/nearley/LICENSE.txt

0 commit comments

Comments
 (0)