Skip to content
Snippets Groups Projects
Commit b899bda7 authored by Markus Holzer's avatar Markus Holzer
Browse files

Added boundary creation to package data

parent 9f966136
No related branches found
No related tags found
No related merge requests found
Pipeline #28461 waiting for manual action
...@@ -88,7 +88,8 @@ setuptools.setup(name='pystencils', ...@@ -88,7 +88,8 @@ setuptools.setup(name='pystencils',
install_requires=['sympy>=1.1', 'numpy', 'appdirs', 'joblib'], install_requires=['sympy>=1.1', 'numpy', 'appdirs', 'joblib'],
package_data={'pystencils': ['include/*.h', package_data={'pystencils': ['include/*.h',
'backends/cuda_known_functions.txt', 'backends/cuda_known_functions.txt',
'backends/opencl1.1_known_functions.txt']}, 'backends/opencl1.1_known_functions.txt',
'boundaries/createindexlistcython.pyx']},
ext_modules=cython_extensions("pystencils.boundaries.createindexlistcython") if USE_CYTHON else [], ext_modules=cython_extensions("pystencils.boundaries.createindexlistcython") if USE_CYTHON else [],
classifiers=[ classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment