| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This prevents the wheel from being installed on Python 2.
https://packaging.python.org/guides/distributing-packages-using-setuptools/#wheels
|
| |
|
|
|
|
|
|
| |
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
|
|
|
By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
|