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
No related branches found
No related tags found
1 merge request!365Remove unnecessary files in .toml
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment