Skip to content

Commit

Permalink
Simplify manifest file
Browse files Browse the repository at this point in the history
Include all source, doc source, tests, util and demo files.
Exclude build and html documentation files.
  • Loading branch information
nigma committed Jul 20, 2012
1 parent 8faf6e6 commit cf579fb
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions MANIFEST.in
Expand Up @@ -2,16 +2,13 @@ include setup.py setup.cfg
include README.rst CHANGES.txt COPYING.txt THANKS.txt
include MANIFEST.in

recursive-include doc *.rst *.css *.html *txt *.js *.png *.ico *.bat Makefile
recursive-include doc/source *
recursive-exclude doc/build *
include doc/Makefile
graft demo
graft doc
graft src
graft tests
graft util

include demo/*.py
include demo/data/*
recursive-include util *.py *.conf *.bat *.sh
prune build
prune doc/build

recursive-include pywt *.py
recursive-include src *.c *.h *.pxi *.pxd *.pyx *.template.*

recursive-include tests *.py *.txt
global-exclude *.py[cod] *.egg *.egg-info

0 comments on commit cf579fb

Please sign in to comment.