Skip to content
Snippets Groups Projects
Commit 4d0751a4 authored by Olivier BICHLER's avatar Olivier BICHLER Committed by Maxence Naud
Browse files

Hotfix: source files were not included anymore

parent bb47cc49
No related branches found
No related tags found
1 merge request!28UPD: version 0.2.0 -> 0.2.1
......@@ -52,6 +52,8 @@ build-backend = "setuptools.build_meta"
where = ["."] # list of folders that contain the packages (["."] by default)
include = ["aidge_export_cpp"] # package names should match these glob patterns (["*"] by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
[tool.setuptools.package-data]
'aidge_export_cpp' = ['**/*']
[tool.setuptools.exclude-package-data]
aidge_export_cpp = ["unit_tests*"] # exclude unit_tests which may be included as data
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