-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
pip show pillow
shows the licence as UNKNOWN
#3938
Comments
pip show locket
shows the licence as UNKNOWN.pip show locket
shows the licence as UNKNOWN
pip show locket
shows the licence as UNKNOWNpip show locket
shows the licence as UNKNOWN
pip show locket
shows the licence as UNKNOWNpip show pillow
shows the licence as UNKNOWN
PR #3752 updated the licence in It also removed the
Maybe pip isn't recognising HPND in the Trove classifier? |
@GadgetSteve makes a good point, we've somehow avoided adding |
These suggest |
@hugovk I'd still add it, because I get the feeling other people haven't gotten the memo… at least until we can rule out the pip thing. |
E.g.
or
or
Just to populate that field with something and see what happens. |
Or even "See classifier in pip show -v" would do the job. |
When in doubt, copy someone else 😄 e.g. https://github.com/django/django/blob/master/setup.py |
Yeah, let's add And in general, if $ pip show pillow
Name: Pillow
Version: 6.1.0
Summary: Python Imaging Library (Fork)
Home-page: http://python-pillow.org
Author: Alex Clark (Fork Author)
Author-email: [email protected]
License: UNKNOWN
Location: /usr/local/lib/python3.7/site-packages
Requires:
Required-by: $ pip show pillow -v
Name: Pillow
Version: 6.1.0
Summary: Python Imaging Library (Fork)
Home-page: http://python-pillow.org
Author: Alex Clark (Fork Author)
Author-email: [email protected]
License: UNKNOWN
Location: /usr/local/lib/python3.7/site-packages
Requires:
Required-by:
Metadata-Version: 2.1
Installer: pip
Classifiers:
Development Status :: 6 - Mature
License :: OSI Approved :: Historical Permission Notice and Disclaimer (HPND)
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Multimedia :: Graphics
Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Topic :: Multimedia :: Graphics :: Graphics Conversion
Topic :: Multimedia :: Graphics :: Viewers
Entry-points: I reported this to pip here: pypa/pip#6677. |
#3943 has now been merged. |
Thanks for the report and fix! |
What did you do?
pip show Pillow
look for Licence
What did you expect to happen?
Recognisable Licence
What actually happened?
Currently
pip show pillow
shows the licence as UNKNOWN.What are your OS, Python and Pillow versions?
I believe that adding a
licence
entry to setup.py would resolve this - it would remove the step of visiting the repository to check the licence type for those that have to worry about such things.The text was updated successfully, but these errors were encountered: