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

multiline short description not allowed in pypi #1

Closed
mattsb42 opened this issue Oct 9, 2017 · 0 comments
Closed

multiline short description not allowed in pypi #1

mattsb42 opened this issue Oct 9, 2017 · 0 comments

Comments

@mattsb42
Copy link
Owner

mattsb42 commented Oct 9, 2017

Problem

PyPI parsing breaks if description field contains a newline. This causes both the short and long description fields to be displayed on the site as blank.

Solution

  1. Define separate fallback values for description and long_description.
  2. Raise an error if description contains a newline.
mattsb42 added a commit that referenced this issue Oct 9, 2017
@mattsb42 mattsb42 closed this as completed Oct 9, 2017
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

No branches or pull requests

1 participant