Skip to content

Commit

Permalink
Include more files in source distribution
Browse files Browse the repository at this point in the history
Improved MANIFEST.in rules to ensure a number of useful files are included in the source distribution.
  • Loading branch information
mcs07 committed Feb 3, 2017
1 parent 5dce1c3 commit 7d0caa4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
include CHANGELOG.md
include CONTRIBUTING.md
include LICENSE
include README.rst
include requirements.txt
include LICENSE
recursive-include tests *.py
recursive-include examples *.ipynb
recursive-include requirements *
recursive-include scripts *
recursive-include tests *
prune examples/.ipynb_checkpoints
global-exclude *.py[cod] __pycache__ *.so *.dylib

0 comments on commit 7d0caa4

Please sign in to comment.