From 86b0781411bf2730b6ee03877b6eed686ff1ae82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 31 Jul 2017 09:45:30 +0200 Subject: [PATCH] Revert "Fix setup.cfg for Python2." This reverts commit bb1de00b767f461a456efd2e07d34650c2d0080c. See https://github.com/zestsoftware/zest.releaser/issues/212 for details: the setup.cfg file is interpolated by distutils, and this fails. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a90e807f..ae937115 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,8 @@ universal = 1 ; semver-style versions version-levels = 3 -; tags: vX.Y.Z -tag-format = v%(version)s +; tags: vX.Y.Z; the double-percent is a guard against ConfigParser. +#tag-format = v%%(version)s ; Version flag location (we use __version__) python-file-with-version = factory/__init__.py