Skip to content
Snippets Groups Projects
Commit d4c6f8c9 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Fix broken setup.py in datasets.

No datasets where actually installed.
parent 08403989
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ def configuration(parent_package='',top_path=None):
config.add_subpackage('samples_generator')
config.add_data_dir('data')
config.add_data_dir('descr')
config.make_config_py() # installs __config__.py
return config
if __name__ == '__main__':
print 'This is the wrong setup.py file to run'
from numpy.distutils.core import setup
setup(**configuration(top_path='').todict())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment