Skip to content
Snippets Groups Projects
Commit 22d00270 authored by Vincent Templier's avatar Vincent Templier
Browse files

Add import of board libraries in package

parent ea42bc29
No related branches found
No related tags found
1 merge request!3Refactor module
......@@ -48,7 +48,7 @@ Source = 'https://gitlab.eclipse.org/eclipse/aidge/aidge_export_arm_cortexm'
# Tools settings -------------------------------------------------------------------------------------------------------
[tool.setuptools] # configuration specific to the `setuptools` build backend.
packages = { find = { where = ["."], include = ["aidge_export_arm_cortexm", "aidge_export_arm_cortexm.*"] } }
package-data = { "aidge_export_arm_cortexm" = ["**/*.jinja", "**/*.h", "**/*.hpp", "**/*.c", "**/*.cpp"] }
package-data = { "aidge_export_arm_cortexm" = ["**/*.jinja", "**/*.h", "**/*.hpp", "**/*.c", "**/*.cpp"], "aidge_export_arm_cortexm.boards" = ["**/*"] }
[tool.setuptools.dynamic]
version = { attr = "aidge_export_arm_cortexm.__version__" }
......
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