We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4a143 commit b760febCopy full SHA for b760feb
pyproject.toml
@@ -11,15 +11,14 @@ script-files = [
11
]
12
13
[tool.setuptools.dynamic]
14
-version = { file = "VERSION" }
15
readme = { file = "readme.md", content-type = "text/markdown"}
16
17
[tool.setuptools.packages]
18
find = { } # Scanning implicit namespaces is active by default
19
20
[project]
21
name = "gatetools"
22
-version = "0.12.6"
+version = "0.12.7"
23
dynamic = ["readme"]
24
authors = [{ name = "Opengate collaboration", email = "[email protected]" }]
25
description = "Python tools for GATE, see https://github.com/OpenGATE/Gate"
0 commit comments