Skip to content

Commit

Permalink
BLD: Fix Bento build of source distribution
Browse files Browse the repository at this point in the history
* Several files required to build Scipy using Bento are not included
  in source distributions created using `python setup.py sdist`.
  • Loading branch information
scottza authored and rgommers committed Feb 19, 2012
1 parent 3de29b5 commit 759eda9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Expand Up @@ -10,6 +10,11 @@ include setup.py
include scipy/*.py
# Adding scons build related files not found by distutils
recursive-include scipy SConstruct SConscript
# Add files to allow Bento build
include f2py.py
include interface_gen.py
include bscript bento.info
recursive-include scipy bscript bento.info
# Add py3tool
include tools/py3tool.py
# Add documentation: we don't use add_data_dir since we do not want to include
Expand Down
1 change: 0 additions & 1 deletion bento.info
Expand Up @@ -70,7 +70,6 @@ DataFiles: tests
spatial/tests/*.py,
spatial/tests/*.txt,
special/tests/*.py,
special/tests/*.dat,
special/tests/data/*.npz,
stats/tests/*.py

Expand Down

0 comments on commit 759eda9

Please sign in to comment.