[PyCDE] Update "pycde" tag prefix for setuptools_scm.

The quotes around the match pattern are not needed in the TOML file.
This commit is contained in:
Mike Urbach 2022-01-12 16:50:02 -07:00
parent 2a989e89dd
commit ef3d36261e
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ root = "../.."
relative_to = "setup.py"
tag_regex = "^pycde-(\\d+\\.\\d+\\.\\d+)?$"
local_scheme = "no-local-version"
git_describe_command = "git describe --dirty --tags --long --match 'pycde*'"
git_describe_command = "git describe --dirty --tags --long --match pycde*"