Skip to content
Snippets Groups Projects
Commit 9f3d3dd4 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Merge branch 'master-patch-29b2' into 'master'

Remove unnecessary files in .toml

See merge request pycodegen/pystencils!365
parents d3a99c52 349c74f3
Branches master
No related merge requests found
Pipeline #65167 failed with stages
in 2 minutes and 52 seconds
......@@ -79,10 +79,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.package-data]
pystencils = [
"include/*.h",
"backends/cuda_known_functions.txt",
"backends/opencl1.1_known_functions.txt",
"boundaries/createindexlistcython.c",
"boundaries/createindexlistcython.pyx",
"boundaries/createindexlistcython.pyx"
]
[tool.setuptools.packages.find]
......
......@@ -10,9 +10,11 @@ if int(setuptools_version.split('.')[0]) < 61:
import versioneer
def get_cmdclass():
return versioneer.get_cmdclass()
setup(
version=versioneer.get_version(),
cmdclass=get_cmdclass(),
......
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