aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2020-06-15Don't build universal wheelsWyatt Anderson
2019-08-04Configured flask8 to use max_complexity=10Sybren A. Stüvel
Also reorganised the only function that had a higher complexity.
2019-08-04Added mypy for static type checkingSybren A. Stüvel
2018-09-16Remove unsued nose configurationJon Dufresne
The use of nose for testing was previously removed and replaced by pytest.
2018-06-14Include license file in the generated wheel packageJon Dufresne
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 ...
2015-08-31Added support for wheelsSybren A. Stüvel
2012-06-18Tweaked unittests for Python 3.xSybren A. Stüvel
2011-07-19Added setup.cfg with nosetest optionsSybren A. Stüvel