Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to the newer importlib_metadata. | Julian Berman | 2019-09-26 | 1 | -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 Berman | 2019-09-03 | 1 | -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 Berman | 2019-09-03 | 1 | -2/+13 |
| | |||||
* | wheel -> bdist_wheel, since the former is apparently deprecated. | Julian Berman | 2019-08-04 | 1 | -1/+1 |
| | |||||
* | Update setup.cfg | lennartk | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | Added RTD to project_urls | lennartk | 2019-03-18 | 1 | -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 Berman | 2019-01-27 | 1 | -1/+0 |
| | |||||
* | idn-hostname validation. | Julian Berman | 2019-01-04 | 1 | -0/+1 |
| | |||||
* | Sort | Julian Berman | 2019-01-03 | 1 | -1/+1 |
| | |||||
* | Depend on setuptools | Jordan Speicher | 2019-01-02 | 1 | -0/+1 |
| | | | `pkg_resources` requires `setuptools`. Fixes #510 | ||||
* | Document Python 3.7 support in setup configuration | johnthagen | 2018-12-03 | 1 | -0/+1 |
| | |||||
* | Hm, I guess this still does do things. | Julian Berman | 2018-08-03 | 1 | -0/+3 |
| | | | | Thought this was auto-detected now, guess not. | ||||
* | setup.py -> setup.cfg | Julian Berman | 2018-08-01 | 1 | -2/+49 |
| | |||||
* | Build universal wheels. | Julian Berman | 2013-11-23 | 1 | -0/+2 |