Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Create setup.cfg

Create setup.cfg with versioneer configuration.
  • Loading branch information...
fnielsen committed Mar 27, 2017
1 parent cf29976 commit 4cd62c5701456c7730638319bcc1f0efa6218f1c
Showing with 13 additions and 0 deletions.
  1. +13 −0 setup.cfg
@@ -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-

1 comment on commit 4cd62c5

@fnielsen

This comment has been minimized.

Copy link
Owner Author

fnielsen commented on 4cd62c5 Mar 27, 2017

Fix for #56.

Please sign in to comment.
You can’t perform that action at this time.