Permalink
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
Cannot retrieve contributors at this time
# 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 = scholia/_version.py | |
versionfile_build = scholia/_version.py | |
tag_prefix = v | |
parentdir_prefix = scholia- | |