Skip to content

Commit 6db1515

Browse files
ssolsonsimmsa
andauthored
dynamic version
Co-authored-by: Andrew Simms <[email protected]>
1 parent 6e22f4c commit 6db1515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

55
[project]
66
name = "mhkit"
7-
version = "0.0.0" # This will be read from __init__.py during build
7+
# `version` is read from `[tools.setuptools.dynamic] version` during build: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata
8+
version = "dynamic"
89
description = "Marine and Hydrokinetic Toolkit"
910
readme = "README.md"
1011
authors = [

0 commit comments

Comments
 (0)