Skip to content

Commit d65a097

Browse files
authored
fix: include more files in sdist explicitly (#350)
1 parent 777db05 commit d65a097

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MANIFEST.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# include all test files but avoid including .pyc
2+
recursive-include benchmark *.py *.txt
3+
recursive-include tests *.json *.html *.md *.py *.txt
4+
# include documentation sources but not built docs
5+
graft docs
6+
prune docs/_build

0 commit comments

Comments
 (0)