From 649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Mon, 20 Jun 2011 17:58:36 -0400 Subject: adding 2to3 + cond2to3 monkeypatch support to setup.py; all UTs pass py2.7 & 3.2 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 9536420..9f9f9c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [egg_info] tag_build = a1.dev -tag_date = true ; wish this didn't use a "-" prefix +tag_date = true + ; wish tag_date didn't use a "-" prefix [upload] sign = true -- cgit v1.2.1