azavea / python-omgeo

OMGeocoder - A python geocoding abstraction layer
http://python-omgeo.readthedocs.io/en/latest/
MIT License
36 stars 14 forks source link

Add python 3 classifier to setup.py #60

Closed KlaasH closed 5 years ago

KlaasH commented 5 years ago

Per #47, this module supports Python 3. Adding a classifier to setup.py will let people (and scripts like caniusepython3) know that.

KlaasH commented 5 years ago

Red builds! Apparently our linter has some pent-up frustrations to vent.

flibbertigibbet commented 5 years ago

The new linter warnings appear to be python3.x specifc, such as W605.