13 lines
300 B
INI
13 lines
300 B
INI
|
|
# See the docstring in versioneer.py for instructions. Note that you must
|
|
# re-run 'versioneer.py setup' after changing this section, and commit the
|
|
# resulting files.
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = _version.py
|
|
versionfile_build = None
|
|
tag_prefix =
|
|
#parentdir_prefix =
|