Commits on Source (13)
-
Jon Dufresne authored
I frequently use PyPI trove classifiers to check if a 3rd party package is usable by my projects. Documenting the supported versions makes this much easier for potential library users.
-
Ann Paul authored
-
Ann Paul authored
-
Ian Stapleton Cordasco authored
Add examples
-
Jon Dufresne authored
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
-
Ian Lee authored
Include license file in the generated wheel package
-
Jon Dufresne authored
Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
-
Ian Lee authored
Enable pip cache in Travis CI
-
Ian Stapleton Cordasco authored
Document all supported Python versions as trove classifiers
-
Dirk Mueller authored
The warning looks fairly odd: E722 do not use bare except' change this to E722 do not use bare 'except'
-
Ian Lee authored
Fix missed quoting in E722 check
-
Wilfred Hughes authored
Previously, the line break in the source would result in `--hang- closing` (note the space) being rendered in the HTML.
-
Ian Lee authored
Fix space in flag name