Skip to content

Commit a0de759

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 cd25b52 commit a0de759

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MANIFEST.in

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

0 commit comments

Comments
 (0)