Skip to content
Snippets Groups Projects
Commit 349c74f3 authored by Markus Holzer's avatar Markus Holzer Committed by Frederik Hennig
Browse files

Remove unnecessary files in .toml

parent d3a99c52
Branches
Tags
No related merge requests found
......@@ -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