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

fix : setuptool_scm

parent 5b8db65d
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50297 waiting for manual action
...@@ -16,7 +16,7 @@ __pycache__ ...@@ -16,7 +16,7 @@ __pycache__
dist*/ dist*/
*.egg-info *.egg-info
wheelhouse/* wheelhouse/*
_version.py aidge_core/_version.py
# test artifact # test artifact
aidge_core/dummy_export/* aidge_core/dummy_export/*
*xmlrunner-results.xml *xmlrunner-results.xml
......
...@@ -35,11 +35,11 @@ build-backend = "setuptools.build_meta" ...@@ -35,11 +35,11 @@ build-backend = "setuptools.build_meta"
where = ["aidge_core"] # list of folders that contain the packages (["."] by default) 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) 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) exclude = ["aidge_core.unit_tests*"] # exclude packages matching these glob patterns (empty by default)
[tool.setuptoos.packages-data] [tool.setuptools.packages-data]
aidge_export_aidge = ["*.cpp", "*.hpp", "*.md", "*.cmake" , "*.jinja"] aidge_export_aidge = ["*.cpp", "*.hpp", "*.md", "*.cmake" , "*.jinja"]
# SETUPTOOLS_SCM # SETUPTOOLS_SCM
[too.setuptools_scm] [tool.setuptools_scm]
write_to = "aidge_core/_version.py" write_to = "aidge_core/_version.py"
##################################################### #####################################################
......
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