Skip to content

Commit

Permalink
added namespaces to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin PELLEMOINE committed Jun 13, 2024
1 parent bb761f9 commit 8e485dc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@ homepage = "http://github.com/openalea/mtg"

[tool.setuptools.packages.find]
where = ["src"]

#ADD ENTRY POINTS
namespaces = true

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

#[tool.setuptools.dynamic]
#version = {file = "src/openalea/mtg/version.py"}

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

#[tool.setuptools.dynamic]
#version = {file = "src/openalea/mtg/version.py"}

0 comments on commit 8e485dc

Please sign in to comment.