Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 12, 2024
1 parent d4915bb commit 0cc0df6
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions 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" # Remplacer par la version réelle
version = "0.1.0"
description = "Multiscale Tree Graph datastructure and interfaces"
readme = "README.rst"
authors = [
Expand All @@ -17,13 +17,16 @@ dependencies = []
[project.urls]
homepage = "http://github.com/openalea/mtg"

[tool.setuptools]
packages = ["find_namespace:src"]
namespace_packages = ["openalea"]
package_dir = {"" = "src"}
[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.dynamic]
version = {file = "src/openalea/mtg/version.py"}
#[tool.setuptools]
#packages = ["find_namespace:src"]
#namespace_packages = ["openalea"]
#package_dir = {"" = "src"}

[tool.setuptools.entry-points.wralea]
mtg = "openalea.mtg_wralea"
#[tool.setuptools.dynamic]
#version = {file = "src/openalea/mtg/version.py"}

#[tool.setuptools.entry-points.wralea]
#mtg = "openalea.mtg_wralea"

0 comments on commit 0cc0df6

Please sign in to comment.