Skip to content

Commit 119826d

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

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

MANIFEST.in

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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 *
8-
recursive-exclude tests *
911
recursive-exclude benchmarks *
12+
recursive-exclude docs *
13+
recursive-exclude tests *
14+
recursive-include py *.pyi

0 commit comments

Comments
 (0)