Skip to content

Commit

Permalink
Fix tag prefix so versions are correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Jan 27, 2015
1 parent 87eaac4 commit 1d1c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
versioneer.VCS = 'git'
versioneer.versionfile_source = 'machinist/_version.py'
versioneer.versionfile_build = 'machinist/_version.py'
versioneer.tag_prefix = '' # tags are like 1.2.0
versioneer.tag_prefix = 'machinist-' # tags are like 1.2.0

This comment has been minimized.

Copy link
@exarkun

exarkun Jan 28, 2015

Member

comment is out of date now. tags are apparently like machinist-1.2.0.

versioneer.parentdir_prefix = 'machinist-' # dirname like 'machinist-1.2.0'


Expand Down

0 comments on commit 1d1c017

Please sign in to comment.