Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
62ab5404cf |
3
py/lib/.gitignore
vendored
3
py/lib/.gitignore
vendored
@ -1 +1,4 @@
|
||||
dist/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
@ -56,5 +56,5 @@ source = 'versioningit'
|
||||
packages = ['./']
|
||||
|
||||
[tool.versioningit]
|
||||
match = ['v*']
|
||||
match = ['v[0-9]*.[0-9]*.[0-9]*']
|
||||
|
||||
|
Reference in New Issue
Block a user