Skip to content
Snippets Groups Projects

Remove unnecessary files in .toml

Merged Markus Holzer requested to merge master-patch-29b2 into master
Compare and
2 files
+ 3
4
Preferences
Compare changes
Files
2
+ 1
4
@@ -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]