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

feat : now versions are tracked by setuptools_scm

parent 1242e048
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #45003 waiting for manual action
......@@ -12,7 +12,7 @@ __pycache__
*.egg-info
dist*/
wheelhouse/*
version.py
_version.py
# Mermaid
*.mmd
......
[project]
name = "aidge_core"
description="Core implementations of the operators and graph of aidge framework"
version= "0.2.0"
dynamic = ["version"] # defined in tool.setuptools_scm
dependencies = ["numpy"]
requires-python = ">= 3.7"
readme = "README.md"
......@@ -30,7 +30,7 @@ AIGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n"
# packages=["aidge_core", "export"]
[tool.setuptools_scm]
version_file = "version.py"
version_file = "_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