Skip to content

Commit c05bcd4

Browse files
committed
Don't ship development files in source distribution
There are a lot of files that are only used for development purposes and should not be distributed in the source distribution package, as this package should only include the files necessary to build the wheel. We still ship basic documentation (like the README, release notes and license as they are very lightweight and carry important information). Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5cb0628 commit c05bcd4

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,6 +1,14 @@
1+
exclude .cookiecutter-replay.json
2+
exclude .darglint
3+
exclude .editorconfig
4+
exclude .gitignore
15
exclude CODEOWNERS
6+
exclude CONTRIBUTING.md
7+
exclude mkdocs.yml
28
exclude noxfile.py
39
recursive-exclude .github *
10+
recursive-exclude cookiecutter *
11+
recursive-exclude docs *
412
recursive-exclude tests *
513
recursive-exclude tests_golden *
614
recursive-include py *.pyi

0 commit comments

Comments
 (0)