From c84ff493c640728a8e97bcb34fc7edf82f211fc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me>
Date: Mon, 13 May 2024 14:12:38 +0200
Subject: [PATCH] fix : re enavbled setuptools-scm

---
 pyproject.toml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9fcd7ac1b..48259bfac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -12,8 +12,7 @@ classifiers = [
     "Development Status :: 2 - Pre-Alpha",
     "Programming Language :: Python :: 3"
     ]
-# dynamic = ["version"] # defined in tool.setuptools_scm
-version="1"
+dynamic = ["version"] # defined in tool.setuptools_scm
 
 [build-system]
 requires = [
@@ -33,8 +32,8 @@ include = ["aidge_core*"]  # package names should match these glob patterns (["*
 exclude = ["aidge_core.unit_tests*"]  # exclude packages matching these glob patterns (empty by default)
 namespaces = false  # to disable scanning PEP 420 namespaces (true by default)
 # SETUPTOOLS_SCM
-# [tool.setuptools_scm]
-# write_to = "aidge_core/_version.py"
+[tool.setuptools_scm]
+write_to = "aidge_core/_version.py"
 
 #####################################################
 # CIBUILDWHEEL
-- 
GitLab