Uh oh!
There was an error while loading. Please reload this page.
Create universal wheels - #10
Conversation
Previously the generated wheel was only for the version of Python under which the `setup.py publish` command was run, which means the Python 3 wheel was missing for the latest release: https://pypi.python.org/pypi/coreschema/0.0.4
After #14 lands, you could include the license file in the generated wheel using the [metadata]license_file = LICENSESee the documentation for information on this feature of wheel: https://wheel.readthedocs.io/en/stable/#including-the-license-in-the-generated-wheel-file This would satisfy the license's requirement:
|
Hi! That seems orthogonal to this PR? Wheels are already being created; this PR just makes sure they are created for both Python 2 and 3, not just one of Python {2, 3}. As such, it's probably best as a new issue (or a comment on #14), rather than here. |
edmorley
commented
Jan 28, 2018
@tomchristie, don't suppose you could merge this? :-) |
edmorley
commented
Sep 18, 2018
Ping? :-) |
Previously the generated wheel was only for the version of Python under which the
setup.py publishcommand was run, which means the Python 3 wheel was missing for the latest release:https://pypi.python.org/pypi/coreschema/0.0.4