diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-04-02 13:23:30 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2011-04-02 19:59:58 +0200 |
commit | b8101c94e26ee21d3bdc49270efe14924ca08078 (patch) | |
tree | b70744dc62e6cc34412033d3ff04a16d6a61df58 /setup.py | |
parent | 250245d49a62d9f26e755f1ba7b213f8cab2008c (diff) | |
download | numpy-b8101c94e26ee21d3bdc49270efe14924ca08078.tar.gz |
BLD: do not install swig/cython/pyrex files. See #1791.
This is not a complete fix yet. Should be handled correctly in binary
installers.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |