Tell versioneer that the tag prefix is blank, to use gitflow standards.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-27 12:45:18 +00:00
parent caad587a0d
commit 5d0d9f7356
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from distutils.core import setup
import versioneer
versioneer.versionfile_source = 'src/_version.py'
versioneer.versionfile_build = 'gnupg/_version.py'
versioneer.tag_prefix = 'python-gnupg-'
versioneer.tag_prefix = ''
versioneer.parentdir_prefix = 'python-gnupg-'
__author__ = "Isis Agora Lovecruft"