Skip to content

Commit dc277d3

Browse files
committed
Add manifest file
We don't want to ship all the tests and other irrelevant files when building the distribution package. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e544200 commit dc277d3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
exclude CODEOWNERS
2+
exclude noxfile.py
3+
recursive-exclude .github *
4+
recursive-exclude tests *
5+
recursive-exclude tests_golden *
6+
recursive-include py *.pyi

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@
4040

4141
## Bug Fixes
4242

43+
- The distribution package doesn't include tests and other useless files anymore.
44+
4345
- Cookiecutter: Now the CI workflow will checkout the submodules.

0 commit comments

Comments
 (0)