summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-20 17:58:36 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-20 17:58:36 -0400
commit649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1 (patch)
treeb7b69bbd01c221ad2df57be4e4c08eff8f1bdc7e /setup.cfg
parent8ff40096413e4e63f800199898d4515b3cc078f0 (diff)
downloadpasslib-649d32296e9ccdcae66d4c7e52dbe6eb3256f8b1.tar.gz
adding 2to3 + cond2to3 monkeypatch support to setup.py; all UTs pass py2.7 & 3.2
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
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