summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Move package metadata to setup.cfgRaphaël Barrois2021-03-021-66/+1
| | | | | | | Instead of relying on setup.py, use setup.cfg. Dev/doc requirements have been moved there as well, under the `doc` and `dev` extras.
* Restore Python2 support.rbarrois/restore-py2Raphaël Barrois2019-08-291-1/+2
|
* Enable zest.releaser.Raphaël Barrois2019-08-281-0/+2
| | | | Streamline the release process.
* Lint setup.py.Raphaël Barrois2019-08-241-1/+0
|
* Drop support for Python<3.4.Raphaël Barrois2019-08-241-2/+1
|
* Upgrade supported Python and Django versions.packaging/bump-test-environmentRaphaël Barrois2018-06-181-0/+1
| | | | | | | Django: Support the latest released version, and the latest LTS before that version. Python: Add support for python3.6 and pypy3.
* Test up to 3.5v2.5.0Raphaël Barrois2016-02-121-3/+1
|
* Remove Copyright years (Closes #28)Raphaël Barrois2016-02-121-1/+1
| | | | It seems that stating the copyright years is useless after all :)
* Fix setup.py for readme, bis.Raphaël Barrois2015-04-011-0/+2
|
* Advertise supporting Python3.4.Raphaël Barrois2015-04-011-0/+1
|
* Fix setup.py/rst parsing.Raphaël Barrois2015-04-011-1/+1
|
* Fix README (Closes #19).Raphaël Barrois2015-04-011-0/+9
| | | | Also fixes README rendering on PyPI, hopefully.
* Fix setup.py encoding issues (Closes #13).Raphaël Barrois2014-09-241-2/+4
|
* Update copyrightRaphaël Barrois2014-03-081-1/+1
|
* Normalize docs to docs/ (Closes #5).Raphaël Barrois2013-12-231-65/+23
| | | | | | Also normalize the package layout. Thanks @jdowner-gb & tleach for the report.
* Add Python3 support.Raphaël Barrois2013-03-211-5/+17
|
* Fix license string.Raphaël Barrois2013-03-211-1/+1
|
* Happy New Year!Raphaël Barrois2013-01-021-2/+2
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Release v1.0.0.v1.0.0maint/v1.0.0Raphaël Barrois2012-05-171-1/+1
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Fix setup.pyRaphaël Barrois2012-05-161-1/+1
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Use unittest2 loader.discover for python2.6Raphaël Barrois2012-05-151-1/+5
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Move github URL.Raphaël Barrois2012-05-151-1/+1
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Improve test runnerRaphaël Barrois2012-05-141-2/+9
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Fix test runningRaphaël Barrois2012-05-141-1/+1
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Minimal setup.pyRaphaël Barrois2012-05-141-0/+78
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Initial versionRaphaël Barrois2012-05-141-0/+0
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>