summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.7 / 3.8Raphaël Barrois2021-03-021-0/+1
|
* Restrict colorama on Python 3.4Raphaël Barrois2021-03-021-0/+2
|
* Replace setup.py test with nose2Raphaël Barrois2021-03-021-0/+1
| | | | | | We can't use python -m unittest discover directly, as it mistakenly tries to import the source code of the Django test app without going through the setup_django module first.
* Move flake8 configuration to setup.cfgRaphaël Barrois2021-03-021-0/+5
|
* Move package metadata to setup.cfgRaphaël Barrois2021-03-021-6/+51
| | | | | | | Instead of relying on setup.py, use setup.cfg. Dev/doc requirements have been moved there as well, under the `doc` and `dev` extras.
* Enable zest.releaser.Raphaël Barrois2019-08-281-0/+15
Streamline the release process.