Skip to content
Snippets Groups Projects
Commit 1dc4347f authored by Cyril Moineau's avatar Cyril Moineau Committed by Maxence Naud
Browse files

Replace scm dependance with pbr

parent 84638d38
No related branches found
No related tags found
2 merge requests!318[Upd] release verision 0.5.0,!277Remove scm
[project] [project]
name = "aidge_core" name="aidge_core"
description="Core algorithms for operators and graph of the AIDGE framework" description="Core algorithms for operators and graph of the AIDGE framework"
dependencies = [ dependencies = [
"numpy>=1.21.6", "numpy>=1.21.6",
...@@ -8,11 +9,11 @@ dependencies = [ ...@@ -8,11 +9,11 @@ dependencies = [
requires-python = ">= 3.7" requires-python = ">= 3.7"
readme = "README.md" readme = "README.md"
license = { file = "LICENSE" } license = { file = "LICENSE" }
classifiers = [ classifiers = [
"Development Status :: 2 - Pre-Alpha", "Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3" "Programming Language :: Python :: 3"
] ]
dynamic = ["version"] # defined in tool.setuptools_scm dynamic = ["version"] # defined by pbr
[project.optional-dependencies] [project.optional-dependencies]
test = [ test = [
...@@ -22,8 +23,8 @@ test = [ ...@@ -22,8 +23,8 @@ test = [
[build-system] [build-system]
requires = [ requires = [
"setuptools>=64", "setuptools>=64",
"setuptools_scm[toml]==7.1.0", "cmake>=3.18.4.post1",
"cmake>=3.18.4.post1" "pbr"
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -40,11 +41,7 @@ exclude = [ # exclude packages matching these glob patterns (empty by default) ...@@ -40,11 +41,7 @@ exclude = [ # exclude packages matching these glob patterns (empty by default)
".unit_tests.static", ".unit_tests.static",
".aidge_export_aidge.__pycache__", ".aidge_export_aidge.__pycache__",
".aidge_export_aidge.utils.__pycache__", ".aidge_export_aidge.utils.__pycache__",
] ]
# SETUPTOOLS_SCM
[tool.setuptools_scm]
write_to = "aidge_core/_version.py"
##################################################### #####################################################
# CIBUILDWHEEL # CIBUILDWHEEL
......
# pbr file
[metadata]
name = file: project_name.txt
version = file: version.txt
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