Skip to content

Commit dafd6b9

Browse files
committed
Note need for starting_version in pyproject.toml for the sake of the conda distribution
1 parent 25f28f8 commit dafd6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/esmpy/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ enabled = true
6262
template = "{tag}"
6363
dev_template = "{tag}"
6464
dirty_template = "{tag}"
65-
starting_version = "8.9.0beta" # this is a backup for pip <= 22.0 where git-versioning doesn't work
65+
starting_version = "8.9.0beta" # this is a backup for pip <= 22.0 where git-versioning doesn't work; it is also needed for the conda distribution of ESMPy
6666

6767
[tool.dynamic]
6868
version = "placeholder" # this is a placeholder for the version pulled with git-versioning

0 commit comments

Comments
 (0)