summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* drop support for Python 2.7 and 3.5David Lord2020-04-201-4/+30
|
* apply flake8David Lord2020-03-061-2/+3
|
* add pre-commit configDavid Lord2020-03-061-1/+23
|
* update project metadataDavid Lord2020-02-271-2/+3
|
* update metadataDavid Lord2018-09-241-5/+17
| | | | | test on 3.7 fix collections deprecation warning
* Improve Travis / tox setup + coverage (#851)Daniel Hahler2017-10-101-1/+1
| | | | | | | | | | | | | | | | | | * Improve Travis / tox setup Mainly inspired by using pytest directly in tox, for easy test selection etc. * Travis: use lightweight containers (sudo=false) * coverage/codecov integration * include TEST_EXTRA as codecov flag * codecov: -X fix This hopefully works around `complex/complex/commands/__init__.py` and `termui/termui.py` showing up in `examples` (at the root).
* Fix testsMarkus Unterwaditzer2017-08-181-0/+3
|
* bdist_wheel replaces wheelJeff Widman2017-02-101-1/+1
| | | https://packaging.python.org/distributing/#universal-wheels
* Add license_file to setup.cfg metadataPhilippe Ombredanne2016-09-141-0/+3
| | | | Without this, the LICENSE file is never included in the built wheels: this makes it harder for users to comply with the license. With this addition a file LICENSE.txt will be created in the `xxx.dist-info` directory with the content of the `license_file` file, e.g. the top level LICENSE.
* Added wheel configArmin Ronacher2014-04-281-0/+2