summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Don't build universal wheelsWyatt Anderson2020-06-151-3/+0
|
* Configured flask8 to use max_complexity=10Sybren A. Stüvel2019-08-041-0/+1
| | | | Also reorganised the only function that had a higher complexity.
* Added mypy for static type checkingSybren A. Stüvel2019-08-041-0/+13
|
* Remove unsued nose configurationJon Dufresne2018-09-161-3/+0
| | | | | The use of nose for testing was previously removed and replaced by pytest.
* Include license file in the generated wheel packageJon Dufresne2018-06-141-0/+3
| | | | | | | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file Helps the project comply with its own license: > 4. Redistribution. You may reproduce and distribute copies of the Work > or Derivative Works thereof in any medium, with or without > modifications, and in Source or Object form, provided that You meet the > following conditions: > > a. You must give any other recipients of the Work or Derivative Works > a copy of this License; and ...
* Added support for wheelsSybren A. Stüvel2015-08-311-0/+2
|
* Tweaked unittests for Python 3.xSybren A. Stüvel2012-06-181-1/+0
|
* Added setup.cfg with nosetest optionsSybren A. Stüvel2011-07-191-0/+4