From 9b81518b0ea78436176ebceb4d654f71ca49bf4e Mon Sep 17 00:00:00 2001 From: Martin PELLEMOINE Date: Thu, 13 Jun 2024 11:50:03 +0200 Subject: [PATCH] pyproject.toml: dynamic version --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c314d21..0ef0630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openalea.mtg" -version = "0.1.0" +dynamic = ["version"] description = "Multiscale Tree Graph datastructure and interfaces" readme = "README.rst" authors = [ @@ -20,6 +20,8 @@ homepage = "http://github.com/openalea/mtg" [tool.setuptools.packages.find] where = ["src"] +#ADD ENTRY POINTS + #[tool.setuptools] #packages = ["find_namespace:src"] #namespace_packages = ["openalea"]