Skip to content

Commit

Permalink
Adding a MANIFEST.in file
Browse files Browse the repository at this point in the history
This file modifies what gets put into the PyPI source distribution tarball.

Adding a few files to this to help with Debian packaging.
  • Loading branch information
tleonhardt committed May 22, 2017
1 parent 5369c9a commit c2ceb24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include CHANGES.md README.md LICENSE
recursive-include tests *.py *.txt
recursive-include examples *.py *.txt

0 comments on commit c2ceb24

Please sign in to comment.