Skip to content

Commit c2b73b2

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
exclude .cookiecutter-replay.json
12
exclude .darglint
23
exclude .editorconfig
34
exclude .gitignore
45
exclude CODEOWNERS
5-
exclude minimum-requirements-ci.txt
6+
exclude CONTRIBUTING.md
7+
exclude mkdocs.yml
68
exclude noxfile.py
79
exclude src/conftest.py
810
recursive-exclude .github *
9-
recursive-exclude benchmarks *
10-
recursive-exclude examples *
11+
recursive-exclude docs *
1112
recursive-exclude tests *
13+
recursive-include py *.pyi

0 commit comments

Comments
 (0)