Skip to content
Snippets Groups Projects
Commit d19180a9 authored by Martin Bauer's avatar Martin Bauer
Browse files

Fix: Added cuda_known_functions.txt for distribution to setup.py

parent b1a72be5
Branches
No related merge requests found
......@@ -87,7 +87,7 @@ setup(name='pystencils',
url='https://i10git.cs.fau.de/pycodegen/pystencils/',
packages=['pystencils'] + ['pystencils.' + s for s in find_packages('pystencils')],
install_requires=['sympy>=1.1', 'numpy', 'appdirs', 'joblib'],
package_data={'pystencils': ['include/*.h']},
package_data={'pystencils': ['include/*.h', 'backends/cuda_known_functions.txt']},
ext_modules = cython_extensions("pystencils.boundaries.createindexlistcython"),
classifiers=[
'Development Status :: 4 - Beta',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment