Skip to content

Commit b2f405d

Browse files
committed
Fix pyproject.toml for release to pypi
1 parent 1875ae2 commit b2f405d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "portpy"
7-
dynamic = ["version"]
7+
version = { file = "portpy/__init__.py" }
88
description = "First open-source radiation treatment planning system in Python"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)