JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Fix README #15

Closed adamchainz closed 8 years ago

adamchainz commented 8 years ago

PyPI RST renderer is very strict, that's why https://pypi.python.org/pypi/flake8-print looks broken at current.

You can check it with setup.py. Before this change:

$ python setup.py check --metadata --restructuredtext
running check
warning: check: Title underline too short. (line 2)

warning: check: Title underline too short. (line 32)

warning: check: Title underline too short. (line 44)

warning: check: Title underline too short. (line 44)

After:

$ python setup.py check --metadata --restructuredtext
running check
$ echo $?
0

After merging this, run python setup.py register to fix the appearance on PyPI.

JBKahn commented 8 years ago

Love it. On vacation for the week then I'll take a look when I get back.

adamchainz commented 8 years ago

:sun_with_face: :sunglasses: :sunny: :surfer: :shell: :ocean: :whale: :whale2: :fish: :tropical_fish: :tropical_drink:

JBKahn commented 8 years ago

pushed :)

adamchainz commented 8 years ago

Lookin' good