Skip to content

Commit

Permalink
Make sure Bio.Affy is included in the manifest (like the other numpy …
Browse files Browse the repository at this point in the history
…requiring modules)
  • Loading branch information
peterc committed Nov 7, 2008
1 parent 69ab3d6 commit a3c926f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ recursive-include Doc/examples *.aln
recursive-include Doc/examples *.xpk
recursive-include Doc/images *.png

# Include Bio.Cluster and Bio.KDTree. setup.py will only install if Numpy
# is installed.
# Include Bio.Cluster, Bio.Affy and Bio.KDTree
# Note setup.py will only install these if Numpy is installed.
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.
Expand Down

0 comments on commit a3c926f

Please sign in to comment.