Skip to content

Commit

Permalink
Merge pull request #17 from jakirkham/versioneer_0_15
Browse files Browse the repository at this point in the history
Upgrade to Versioneer 0.15
  • Loading branch information
jakirkham committed Aug 13, 2015
2 parents a346aab + 18ec48e commit 79eea8e
Show file tree
Hide file tree
Showing 4 changed files with 1,423 additions and 548 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ doctest-tests=1
with-coverage=1
[build_sphinx]
builder=html
[versioneer]
VCS=git
style=pep440
versionfile_source=splauncher/_version.py
versionfile_build=
tag_prefix=v
parentdir_prefix=splauncher-
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
import versioneer


versioneer.VCS = "git"
versioneer.versionfile_source = "splauncher/_version.py"
versioneer.versionfile_build = None
versioneer.tag_prefix = "v"
versioneer.parentdir_prefix = "splauncher-"

build_requires = []
install_requires = []
tests_require = ["nose"]
Expand Down
Loading

0 comments on commit 79eea8e

Please sign in to comment.