aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d3cb064..f559ac5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,3 +31,6 @@ Homepage = "https://gitlab.com/exaexa/patchodon"
[project.scripts]
patchodon = "patchodon:main"
+
+[tool.setuptools.dynamic]
+version = {attr = "patchodon.__version__"}