Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pydoc fixes to support W505 in self-checks | Brian Van Klaveren | 2018-05-11 | 1 | -0/+1 |
| | |||||
* | Fix up testsuite for W504 | Ian Stapleton Cordasco | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Include license file in the generated packages | Jon Dufresne | 2017-10-16 | 1 | -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 Dufresne | 2017-06-03 | 1 | -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 pycodestyle | MaxPayton | 2016-06-03 | 1 | -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 267 | Florent Xicluna | 2014-04-04 | 1 | -0/+5 |
| | |||||
* | Distribute a universal wheel file, .whl | Florent Xicluna | 2014-04-03 | 1 | -0/+2 |