Skip to content

Commit c2ceb24

Browse files
committed
Adding a MANIFEST.in file
This file modifies what gets put into the PyPI source distribution tarball. Adding a few files to this to help with Debian packaging.
1 parent 5369c9a commit c2ceb24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include CHANGES.md README.md LICENSE
2+
recursive-include tests *.py *.txt
3+
recursive-include examples *.py *.txt

0 commit comments

Comments
 (0)