Skip to content

Commit

Permalink
manually add version in version.py #3
Browse files Browse the repository at this point in the history
  • Loading branch information
brianandres2 committed Jan 15, 2025
1 parent 7dae733 commit 9fb78e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ dependencies = [
]
dynamic = ["version"]

[tool.setuptools.dynamic]
version = { attr = "src.e84_geoai_common.version.__version__" }

[tool.setuptools_scm]
version = { attr = "src.e84-geoai-common.version.__version__" }
local_scheme = "no-local-version"

[tool.pytest.ini_options]
pythonpath = "src"
Expand Down

0 comments on commit 9fb78e8

Please sign in to comment.