=====================================================================

- ensure that full python semver is published to pypi
This commit is contained in:
Wryn (yage) Wagner 2024-02-21 00:22:49 -07:00
parent e43c07f75a
commit 62ab5404cf
2 changed files with 4 additions and 1 deletions

3
py/lib/.gitignore vendored
View File

@ -1 +1,4 @@
dist/ dist/
__pycache__/
*.py[cod]
*.so

View File

@ -56,5 +56,5 @@ source = 'versioningit'
packages = ['./'] packages = ['./']
[tool.versioningit] [tool.versioningit]
match = ['v*'] match = ['v[0-9]*.[0-9]*.[0-9]*']