From bb1de00b767f461a456efd2e07d34650c2d0080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 31 Jul 2017 00:06:10 +0200 Subject: [PATCH] Fix setup.cfg for Python2. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 87ab85bf..a90e807f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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