Skip to content
Snippets Groups Projects
Commit 5f3cc6bb authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : removed setuptools.pakcag-data field

parent 8c5ce674
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50298 waiting for manual action
......@@ -35,8 +35,6 @@ build-backend = "setuptools.build_meta"
where = ["aidge_core"] # list of folders that contain the packages (["."] by default)
include = ["aidge_core*" , "aidge_core.aidge_export_aidge*", "aidge_core.aidge_export_aidge.utils"] # package names should match these glob patterns (["*"] by default)
exclude = ["aidge_core.unit_tests*"] # exclude packages matching these glob patterns (empty by default)
[tool.setuptools.packages-data]
aidge_export_aidge = ["*.cpp", "*.hpp", "*.md", "*.cmake" , "*.jinja"]
# SETUPTOOLS_SCM
[tool.setuptools_scm]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment