2015-06-29 15:27:15 +00:00
|
|
|
|
|
|
|
|
# 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
|
2015-07-01 06:24:41 +00:00
|
|
|
style = pep440-post
|
2015-06-29 15:27:15 +00:00
|
|
|
versionfile_source = src/octoprint/_version.py
|
|
|
|
|
versionfile_build = octoprint/_version.py
|
|
|
|
|
tag_prefix =
|
|
|
|
|
parentdir_prefix =
|
|
|
|
|
lookupfile = .versioneer-lookup
|