muricoca / crab

Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).
http://muricoca.github.com/crab
Other
1.18k stars 376 forks source link

Setup.py does not install dataset files #79

Closed chrisgilmerproj closed 7 years ago

chrisgilmerproj commented 12 years ago

If you run python setup.py install you will not get the dataset files copied into your site-packages. This can be fixed updating package_data attribute in the setup.py file.

chrisgilmerproj commented 12 years ago

See fix in #81.