Skip to content

Commit

Permalink
BLD: do not install swig/cython/pyrex files. See #1791.
Browse files Browse the repository at this point in the history
This is not a complete fix yet. Should be handled correctly in binary
installers.
  • Loading branch information
rgommers committed Apr 2, 2011
1 parent 250245d commit b8101c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Expand Up @@ -21,3 +21,6 @@ include doc/Makefile doc/postprocess.py
recursive-include doc/release *
recursive-include doc/source *
recursive-include doc/sphinxext *
recursive-include doc/cython *
recursive-include doc/pyrex *
recursive-include doc/swig *
6 changes: 0 additions & 6 deletions setup.py
Expand Up @@ -141,12 +141,6 @@ def configuration(parent_package='',top_path=None):

config.add_subpackage('numpy')

# we want these files also in binaries/installed files, so it belongs here
# instead of in Manifest.in
config.add_data_files(('doc/cython/'),
('doc/pyrex/'),
('doc/swig/'))

config.get_version('numpy/version.py') # sets config.version

return config
Expand Down

0 comments on commit b8101c9

Please sign in to comment.