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

Display valid HTML long description on PyPI #13

Merged
merged 1 commit into from
May 7, 2015

Conversation

mblayman
Copy link
Contributor

@mblayman mblayman commented May 7, 2015

The long description on PyPI is busted (i.e. showing raw reStructuredText rather than HTML). The problem is that PyPI expects perfect reStructuredText. I ran the README through rst2html.py to confirm that the issue is Title underline too short. This quick fix addresses that.

The long description on PyPI is busted (i.e. showing raw reStructuredText rather than HTML). The problem is that PyPI expects perfect reStructuredText. I ran the README through rst2html.py to confirm that the issue is `Title underline too short.` This quick fix addresses that.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.23% when pulling c401e57 on mblayman:patch-1 into c330380 on Bachmann1234:master.

@Bachmann1234
Copy link
Owner

Oh! Thanks. Great find! Ill merge this in and release asap.

Did you want to put yourself in the author's file before I did that?

@mblayman
Copy link
Contributor Author

mblayman commented May 7, 2015

Thanks for the offer. I'm ok without attribution for some equals signs. 😄 It's an interesting project. Thanks for carrying the torch!

@Bachmann1234
Copy link
Owner

No problem!

Bachmann1234 added a commit that referenced this pull request May 7, 2015
Display valid HTML long description on PyPI
@Bachmann1234 Bachmann1234 merged commit 636b8ac into Bachmann1234:master May 7, 2015
@Bachmann1234
Copy link
Owner

SOOO much nicer! Thanks again for noticing and fixing this!

@mblayman mblayman deleted the patch-1 branch May 8, 2015 02:28
@mblayman
Copy link
Contributor Author

mblayman commented May 8, 2015

That long description issue on PyPI has bit me a couple of times on other projects so I new exactly what to do. I'm glad I could help in some small way.

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.

None yet

3 participants