summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Pydoc fixes to support W505 in self-checksBrian Van Klaveren2018-05-111-0/+1
|
* Fix up testsuite for W504Ian Stapleton Cordasco2018-01-171-1/+1
|
* Include license file in the generated packagesJon Dufresne2017-10-161-0/+3
| | | | | | | | | | Use MANIFEST.in to include LICENSE in the source distribution. 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
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#653)Jon Dufresne2017-06-031-1/+1
| | | | | | | See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
* Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-031-1/+1
| | | | | | | | This fixes issue #518, pep8 still referenced in the cli help command As a side effect, `[pep8]` in setup.cfg now becomes `[pycodestyle]` Also, changed the path for the config file from ~/.config/pep8 to ~/.config/pycodestyle These feel like changes that should have come with the jump to version 2.0.0, as they are breaking, but support for as a name can still be added if it's desired enough
* Tests should pass for the tarball distributed on PyPI; issue 267Florent Xicluna2014-04-041-0/+5
|
* Distribute a universal wheel file, .whlFlorent Xicluna2014-04-031-0/+2