File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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/*
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
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61 .2.0 " ]
2+ requires = [" setuptools>=80 " , " setuptools-scm>=9 .2.2 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
You can’t perform that action at this time.
0 commit comments