Skip to content

Commit

Permalink
Fix setup.cfg for Python2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Jul 30, 2017
1 parent 040cb89 commit bb1de00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ universal = 1
; semver-style versions
version-levels = 3

; tags: vX.Y.Z; the double-percent is a guard against ConfigParser.
tag-format = v%%(version)s
; tags: vX.Y.Z
tag-format = v%(version)s

; Version flag location (we use __version__)
python-file-with-version = factory/__init__.py
Expand Down

0 comments on commit bb1de00

Please sign in to comment.