From dafd6b926e84b9a29f20b0fa6f755cdf3f30fcd9 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Wed, 12 Feb 2025 13:21:38 -0700 Subject: [PATCH] Note need for starting_version in pyproject.toml for the sake of the conda distribution --- src/addon/esmpy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/esmpy/pyproject.toml b/src/addon/esmpy/pyproject.toml index c61b91c7e4..9b67e5f72f 100644 --- a/src/addon/esmpy/pyproject.toml +++ b/src/addon/esmpy/pyproject.toml @@ -62,7 +62,7 @@ enabled = true template = "{tag}" dev_template = "{tag}" dirty_template = "{tag}" -starting_version = "8.9.0beta" # this is a backup for pip <= 22.0 where git-versioning doesn't work +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 [tool.dynamic] version = "placeholder" # this is a placeholder for the version pulled with git-versioning