That will allow us to make changes to e.g. github related metadata files stored in the repository without OctoPrint reporting a non tag version.
11 lines
236 B
INI
11 lines
236 B
INI
[metadata]
|
|
description-file = README.md
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440-tag
|
|
versionfile_source = src/octoprint/_version.py
|
|
versionfile_build = octoprint/_version.py
|
|
tag_prefix =
|
|
parentdir_prefix =
|
|
lookupfile = .versioneer-lookup
|