-
Notifications
You must be signed in to change notification settings - Fork 51
LICENSE file missing from latest release #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Ping @tacaswell: Who is releasing cycler? |
Probably me. |
Related: matplotlib/matplotlib#18296 |
Closed via #58. Will be included in the next release. |
This has been fixed in the now published 0.11.0 release: https://pypi.org/project/cycler/0.11.0/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tools such as
pip-licenses
use the LICENSE file included in uploaded Python packages to generate license reports. The latest release ofcycler
does not have a LICENSE file included which makes it more challenging to comply with the license.Could a new release of
cycler
be released using the latestwheel
library that pulls in the LICENSE file via:cycler/setup.cfg
Line 2 in 1c7b926
The text was updated successfully, but these errors were encountered: