We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0481fd2 + cacdfff commit 67a2dd0Copy full SHA for 67a2dd0
1 file changed
setup.py
@@ -141,6 +141,7 @@ def run_tests(self):
141
download_url='https://github.com/lyst/lightfm/tarball/1.9',
142
packages=['lightfm',
143
'lightfm.datasets'],
144
+ package_data={'': ['*.c']},
145
install_requires=['numpy', 'scipy', 'requests'],
146
tests_require=['pytest', 'requests', 'scikit-learn'],
147
cmdclass={'test': PyTest, 'cythonize': Cythonize, 'clean': Clean},
0 commit comments