Skip to content

Commit c6341f6

Browse files
authored
Merge pull request #1207 from wright-group/ddkohler-patch-1
setuptools finds correct WrightTools version
2 parents 650b425 + 5bb345e commit c6341f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ Changelog = "https://github.com/wright-group/WrightTools/blob/master/CHANGELOG.m
6666
[project.scripts]
6767
wt5 = "WrightTools.cli._wt5:cli"
6868
wt-convert = "WrightTools.cli._units:cli"
69+
70+
[tool.setuptools.dynamic]
71+
version = {file = "WrightTools/VERSION"}

0 commit comments

Comments
 (0)