summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-07-31 09:53:57 -0500
committerJason Madden <jamadden@gmail.com>2017-07-31 09:53:57 -0500
commita021805a3afe4c140b0c8f42295da85a67d8752f (patch)
tree61bc027b9fe15b2d03a0128133693e42be91a974 /setup.cfg
parent99049f39fbb012d2a7045aa1eec005cb1b5009e0 (diff)
downloadzope-location-py36.tar.gz
Add Python 3.6 and drop Python 3.3py36
- Badges - Enable coveralls - 100% coverage - DRY with respect to dependencies in setup.py and tox.ini - Remove _compat.py and use of its u() function since Python 3.2 is dropped. - Run doctests on all python versions.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 566fad1..e9ca612 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,3 +9,6 @@ where=src
dev = develop easy_install zope.location[testing]
docs = easy_install zope.location[docs]
+
+[bdist_wheel]
+universal = 1