-
Notifications
You must be signed in to change notification settings - Fork 308
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
twine check fails for multi-line description #422
Comments
Does it fail when checking the sdist as well? Can you try upgrading the versions of wheel and setuptools ( |
Actually, I think this is just a duplicate of pypa/setuptools#1390. |
Thanks for the hints. To answer your questions:
I found that changing:
to:
in
|
openstack-gerrit
pushed a commit
to openstack/kayobe
that referenced
this issue
Oct 29, 2018
Without this change twine check dist/* would fail as this was producing a double new line. The rest of the PKG-INFO would then be interpreted as the message body and become the long description. See pypa/twine#422 for more details. This fixes the test-release-openstack-python3 zuul job. TrivialFix Change-Id: If1330c4824e949aa427475dfcc26218fb398a66e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your Environment
Thank you for taking the time to report an issue.
To more efficiently resolve this issue, we'd like to know some basic information about your system and setup.
pip install -U twine
pypi
If you're having issues uploading a specific package, you must include a copy of the following:
PKG-INFO
file.pypirc
file (REMOVE ALL USERNAMES & PASSWORDS BEFORE UPLOADING)The Issue
I'm getting:
but from the looks of the (spec)[https://www.python.org/dev/peps/pep-0314/#description-optional] the generated output looks OK.
Steps to Reproduce
If the issue is predictable and consistently reproducible, please list the steps here.
The text was updated successfully, but these errors were encountered: