diff options
| author | Jason Madden <jamadden@gmail.com> | 2017-07-31 09:53:57 -0500 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2017-07-31 09:53:57 -0500 |
| commit | a021805a3afe4c140b0c8f42295da85a67d8752f (patch) | |
| tree | 61bc027b9fe15b2d03a0128133693e42be91a974 /setup.cfg | |
| parent | 99049f39fbb012d2a7045aa1eec005cb1b5009e0 (diff) | |
| download | zope-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.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ where=src dev = develop easy_install zope.location[testing] docs = easy_install zope.location[docs] + +[bdist_wheel] +universal = 1 |
