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

Fix PyPi reStructuredText #10

Merged
merged 1 commit into from Mar 27, 2017
Merged

Fix PyPi reStructuredText #10

merged 1 commit into from Mar 27, 2017

Conversation

mixxorz
Copy link
Contributor

@mixxorz mixxorz commented Mar 25, 2017

The README doesn't render correctly on PyPi because of errors in
README.rst. This PR fixes those errors.

  • Add newline after the bullet list at the end
  • Use anonymous hyperlinks for the duplicated links

(Duplicated links are a result of combining both the README and
CHANGELOG as the long_description)

By the way, to check the errors, I used python setup.py check -s --restructuredtext.

The README doesn't render correctly on PyPi because of errors in
README.rst. This PR fixes those errors.

* Add newline after the bullet list at the end
* Use anonymous hyperlinks for the duplicated links

(Duplicated links are a result of combining both the README and
CHANGELOG as the long_description)
@clokep
Copy link
Owner

clokep commented Mar 27, 2017

Thanks! 👍 I never knew setup.py could check this!

@clokep clokep merged commit a895043 into clokep:master Mar 27, 2017
@mixxorz mixxorz deleted the fix-pypi-rst branch March 28, 2017 01:52
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

2 participants