Skip to content

Commit

Permalink
Merge pull request #86 from maciejkula/include_c_files
Browse files Browse the repository at this point in the history
Include .c files in the distribution archive.
  • Loading branch information
maciejkula committed May 25, 2016
2 parents 0481fd2 + cacdfff commit 67a2dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def run_tests(self):
download_url='https://github.com/lyst/lightfm/tarball/1.9',
packages=['lightfm',
'lightfm.datasets'],
package_data={'': ['*.c']},
install_requires=['numpy', 'scipy', 'requests'],
tests_require=['pytest', 'requests', 'scikit-learn'],
cmdclass={'test': PyTest, 'cythonize': Cythonize, 'clean': Clean},
Expand Down

0 comments on commit 67a2dd0

Please sign in to comment.