Skip to content

Commit

Permalink
Fix MANIFEST.in to include only source files
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Nov 16, 2017
1 parent a0a4f5f commit 6baeb2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ include HISTORY.rst
include LICENSE
include README.rst

recursive-include tests *.py *.ipynb
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *.hdf5
recursive-exclude tests *.ipynb

recursive-include docs *.rst conf.py Makefile make.bat *.ipynb
recursive-include tests *.py

include versioneer.py
include pycorrelate/_version.py

0 comments on commit 6baeb2a

Please sign in to comment.