Skip to content

Commit

Permalink
updating manifest such that python setup.py sdist produces a tarball …
Browse files Browse the repository at this point in the history
…from which one can build
  • Loading branch information
Ilan Schnell committed Nov 19, 2009
1 parent 71c4ff9 commit d4d65a3
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 @@ -6,10 +6,11 @@
include MANIFEST.in
include LICENSE.txt
include setupscons.py
include setupsconsegg.py
include setupegg.py
# Adding scons build related files not found by distutils
recursive-include numpy/core/code_generators *.py
include numpy/core/include/numpy/numpyconfig.h.in
recursive-include numpy/core/code_generators *.py *.txt
recursive-include numpy/core *.in *.h
recursive-include numpy SConstruct SConscript
# Add documentation: we don't use add_data_dir since we do not want to include
# this at installation, only for sdist-generated tarballs
Expand Down

0 comments on commit d4d65a3

Please sign in to comment.