We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3a10e commit b06987cCopy full SHA for b06987c
setup.cfg
@@ -4,3 +4,7 @@ ignore = C901, E203, E266, E501, E741, W503, B905
4
max-line-length = 88
5
max-complexity = 18
6
select = B,C,E,F,W,T4,B9
7
+
8
+[zest.releaser]
9
+tag-format = v{version}
10
+python-file-with-version = barrier3d/_version.py
0 commit comments