Skip to content

Commit 67a2dd0

Browse files
committed
Merge pull request #86 from maciejkula/include_c_files
Include .c files in the distribution archive.
2 parents 0481fd2 + cacdfff commit 67a2dd0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def run_tests(self):
141141
download_url='https://github.com/lyst/lightfm/tarball/1.9',
142142
packages=['lightfm',
143143
'lightfm.datasets'],
144+
package_data={'': ['*.c']},
144145
install_requires=['numpy', 'scipy', 'requests'],
145146
tests_require=['pytest', 'requests', 'scikit-learn'],
146147
cmdclass={'test': PyTest, 'cythonize': Cythonize, 'clean': Clean},

0 commit comments

Comments
 (0)