Skip to content

Commit

Permalink
Clean up warnings from manifest with setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Nov 23, 2011
1 parent 7bd96b8 commit 2cc683c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,8 @@ recursive-include Bio/Cluster *.py
recursive-include Bio/Affy *.py
recursive-include Bio/KDTree *.py

exclude Tests/Graphics/*.pdf # Exclude test files generated by reportlab.
exclude Tests/Graphics/*.eps
exclude Tests/Graphics/*.svg
exclude Tests/Graphics/*.png
recursive-exclude Tests/UnitTests * # Exclude unused testing framework.
exclude Tests/Graphics/* # Exclude test files generated by reportlab.
recursive-exclude * .cvsignore
recursive-exclude * .gitignore
recursive-exclude * *.pyc # e.g. from running the unit tests

# Make sure the required data files are included.
Expand Down

0 comments on commit 2cc683c

Please sign in to comment.