Skip to content
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 is not included in release tarball on PyPi #65

Closed
ogajduse opened this issue Apr 5, 2020 · 0 comments · Fixed by #66
Closed

License file is not included in release tarball on PyPi #65

ogajduse opened this issue Apr 5, 2020 · 0 comments · Fixed by #66

Comments

@ogajduse
Copy link
Contributor

ogajduse commented Apr 5, 2020

Include license file for those, who consume the release from PyPI.
apypie dependencies do it:

$ find ~/.virtualenvs/apypie/ -type f -name "*LICENSE*" 
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/wheel-0.34.2.dist-info/LICENSE.txt
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/setuptools-46.1.3.dist-info/LICENSE
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/urllib3-1.25.8.dist-info/LICENSE.txt
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/pip-20.0.2.dist-info/LICENSE.txt
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/certifi-2020.4.5.dist-info/LICENSE
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/idna-2.9.dist-info/LICENSE.rst
/home/ogajduse/.virtualenvs/apypie/lib/python3.7/site-packages/requests-2.23.0.dist-info/LICENSE
ogajduse added a commit to ogajduse/apypie that referenced this issue Apr 5, 2020
@ekohl ekohl linked a pull request Apr 6, 2020 that will close this issue
@ekohl ekohl closed this as completed in #66 Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant