v4.0.4
===================================================================== - ensure that full python semver is published to pypi
This commit is contained in:
parent
e43c07f75a
commit
62ab5404cf
3
py/lib/.gitignore
vendored
3
py/lib/.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
dist/
|
dist/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.so
|
||||||
|
@ -56,5 +56,5 @@ source = 'versioningit'
|
|||||||
packages = ['./']
|
packages = ['./']
|
||||||
|
|
||||||
[tool.versioningit]
|
[tool.versioningit]
|
||||||
match = ['v*']
|
match = ['v[0-9]*.[0-9]*.[0-9]*']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user