Skip to content

Commit

Permalink
pyproject.toml: dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent 1ccd1d8 commit 9b81518
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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"]
Expand Down

0 comments on commit 9b81518

Please sign in to comment.