Skip to content
This repository has been archived by the owner on Mar 3, 2018. It is now read-only.

Commit

Permalink
Fix link to travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Berger committed Nov 10, 2015
1 parent 76c003a commit d09a188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysdn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "pysdn-"
cfg.parentdir_prefix = "pysdn-"
cfg.tag_prefix = ""
cfg.parentdir_prefix = ""
cfg.versionfile_source = "pysdn/_version.py"
cfg.verbose = False
return cfg
Expand Down

0 comments on commit d09a188

Please sign in to comment.