Skip to content

Commit 6f0f6a2

Browse files
committed
Exclude supporting files from the distribution
Exclude files used for version control, testing, benchmarking, etc. from the source distribution, which only needs the files to build a wheel. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 99621c0 commit 6f0f6a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MANIFEST.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
exclude .darglint
2+
exclude .gitignore
3+
exclude CODEOWNERS
4+
exclude minimum-requirements-ci.txt
5+
exclude noxfile.py
6+
recursive-exclude .github *
7+
recursive-exclude benchmarks *
8+
recursive-exclude examples *
9+
recursive-exclude tests *

0 commit comments

Comments
 (0)