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

Remove unnesesarry file listinh

parent d3a99c52
Branches
Tags
1 merge request!365Remove unnecessary files in .toml
Pipeline #60203 passed
...@@ -81,8 +81,6 @@ pystencils = [ ...@@ -81,8 +81,6 @@ pystencils = [
"include/*.h", "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.c",
"boundaries/createindexlistcython.pyx",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
......
...@@ -10,9 +10,11 @@ if int(setuptools_version.split('.')[0]) < 61: ...@@ -10,9 +10,11 @@ if int(setuptools_version.split('.')[0]) < 61:
import versioneer import versioneer
def get_cmdclass(): def get_cmdclass():
return versioneer.get_cmdclass() return versioneer.get_cmdclass()
setup( setup(
version=versioneer.get_version(), version=versioneer.get_version(),
cmdclass=get_cmdclass(), cmdclass=get_cmdclass(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment