8000 Fix package descriptions for pypi. by riga · Pull Request #2958 · spotify/luigi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix package descriptions for pypi. #2958

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

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Conversation

riga
Copy link
Contributor
@riga riga commented Jun 8, 2020

Description

Luigi's long_description seems to be broken on PyPI as of version 2.8.11.

As @honnix pointed out, this could have been caused by a PR of me (and maybe the way that PyPI shows the short package description now in the grey top bar).

Changes and tests

As it turned out, the readme_note defined in setup.py must start with at least one line break, while the short description should not contain any of them. I added these two small changes and tested with a temporary PyPI package that looks fine (going to delete it again after the merge). I used

python setup.py sdist && twine upload "dist/$(python setup.py --fullname).tar.gz"

for the release.

@honnix
Copy link
Member
honnix commented Jun 8, 2020

OK I see. Thanks for fixing this!

@honnix honnix merged commit bfca3bc into spotify:master Jun 8, 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 this pull request may close these issues.

2 participants
0