Skip to content

Commit 8041954

Browse files
committed
Don't ship development files in the source distribution
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1c275c8 commit 8041954

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

MANIFEST.in

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
exclude .gitignore
1+
exclude .cookiecutter-replay.json
22
exclude .darglint
33
exclude .editorconfig
4-
exclude noxfile.py
4+
exclude .gitignore
55
exclude CODEOWNERS
6+
exclude CONTRIBUTING.md
7+
exclude mkdocs.yml
8+
exclude noxfile.py
69
exclude src/conftest.py
710
recursive-exclude .github *
11+
recursive-exclude docs *
812
recursive-exclude tests *
9-
recursive-exclude benchmarks *
13+
recursive-include py *.pyi

0 commit comments

Comments
 (0)