We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It would be good to include the license file in sdists or wheels on PyPI and any other packages. This can be done by adding a MANIFEST.in with a line like this and a setup.cfg with this line.
sdist
MANIFEST.in
setup.cfg
The text was updated successfully, but these errors were encountered:
Thanks for the request. I can certainly add this, and I'll try to do so today.
Sorry, something went wrong.
Include README.md, LICENSE in the source distribution.
71ae0b3
This addresses #25 and adds //README.md and //LICENSE to the sdist files.
Fixed in 6c4038e (v0.8.5).
No branches or pull requests
It would be good to include the license file in
sdist
s or wheels on PyPI and any other packages. This can be done by adding aMANIFEST.in
with a line like this and asetup.cfg
with this line.The text was updated successfully, but these errors were encountered: