summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Update the support matrixRaphaël Barrois2023-02-281-0/+1
| | | | | | - Add Django 4.1 - Add Python 3.11 - Drop old versions of Python
* Back to development: 2.10.1Raphaël Barrois2022-05-261-1/+1
|
* Preparing release 2.10.02.10.0Raphaël Barrois2022-05-261-1/+1
|
* Back to development: 2.9.1Raphaël Barrois2022-02-061-1/+1
|
* Preparing release 2.9.02.9.0Raphaël Barrois2022-02-061-1/+1
|
* Extend test matrix for Python 3.10 / Django 3.2Raphaël Barrois2021-11-081-0/+1
| | | | Django >=3.2.9 is compatible with Python 3.10
* Add support for Python 3.9django-31Raphaël Barrois2021-03-021-0/+1
|
* 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.