Permalink
1 comment
on commit
sign in to comment.
Browse files
Create setup.cfg
Create setup.cfg with versioneer configuration.
- Loading branch information...
@@ -0,0 +1,13 @@ | |||
|
|||
# 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- | |||
|
This comment has been minimized.
fnielsen commented onMar 27, 2017
4cd62c5
Fix for #56.