-
Notifications
You must be signed in to change notification settings - Fork 93
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
License file not distributed in package #37
Comments
Actually if you see the MANIFEST.in file it includes "COPYING" and "README.markdown" here "COPYING" is the License file that is in the root directory. Hope it helps. |
I don't think that is working properly then. If you go to here, and download the package, and then unzip it: scopatz@artemis ~/downloads/t $ tar xvf ../exrex-0.10.5.tar.gz
exrex-0.10.5/
exrex-0.10.5/PKG-INFO
exrex-0.10.5/setup.py
exrex-0.10.5/exrex.egg-info/
exrex-0.10.5/exrex.egg-info/PKG-INFO
exrex-0.10.5/exrex.egg-info/entry_points.txt
exrex-0.10.5/exrex.egg-info/top_level.txt
exrex-0.10.5/exrex.egg-info/SOURCES.txt
exrex-0.10.5/exrex.egg-info/dependency_links.txt
exrex-0.10.5/exrex.py
exrex-0.10.5/setup.cfg you can see that the COPYING file is not present |
Yes this is not working properly.
Now you can see that COPYING is included. |
Yes, I can confirm that it is fixed in testing. |
Yeah ! Fix will be live once pull_request is merged. |
If you download the source tarball from PyPI, the license is not present
The text was updated successfully, but these errors were encountered: