summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Switch to the newer importlib_metadata.Julian Berman2019-09-261-0/+1
| | | | | | It's basically replaced pkg_resources these days. See: https://importlib-metadata.readthedocs.io/en/latest/index.html
* Don't let flake8 complain about unicode on Py3.Julian Berman2019-09-031-0/+1
| | | | | | | | This isn't really the right way to do this, but the code it complains about won't run on Py3, and some random future code that uses unicode should get unit tested, so we don't rely on flake8 for actually testing stuff runs correctly...
* Doc stylin.Julian Berman2019-09-031-2/+13
|
* wheel -> bdist_wheel, since the former is apparently deprecated.Julian Berman2019-08-041-1/+1
|
* Update setup.cfglennartk2019-03-181-1/+1
|
* Added RTD to project_urlslennartk2019-03-181-0/+2
| | | Added a link to RTD to project_urls so it's easier to find the documentation from the pypi site.
* Drop support for Python 3.4.Julian Berman2019-01-271-1/+0
|
* idn-hostname validation.Julian Berman2019-01-041-0/+1
|
* SortJulian Berman2019-01-031-1/+1
|
* Depend on setuptoolsJordan Speicher2019-01-021-0/+1
| | | `pkg_resources` requires `setuptools`. Fixes #510
* Document Python 3.7 support in setup configurationjohnthagen2018-12-031-0/+1
|
* Hm, I guess this still does do things.Julian Berman2018-08-031-0/+3
| | | | Thought this was auto-detected now, guess not.
* setup.py -> setup.cfgJulian Berman2018-08-011-2/+49
|
* Build universal wheels.Julian Berman2013-11-231-0/+2