Check readme suitability for PyPI
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 19:12:12 +0000 (19:12 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 19:15:23 +0000 (19:15 +0000)
commitc7cc6bf92eca185cf3a1bc5d00e565a9cc1bbaab
tree1bd61ff7f8c7182d684b1fffdc666a2e3cb3f164
parent682f8d35bd90ace4c569c92325ff292f3d102369
Check readme suitability for PyPI

When generating sdists and wheels with the testenv:dist env in tox,
first run a check of the readme to make sure its contents will be
correctly parsed by PyPI/Warehouse. Also add dist to the set of
default envs and stop excluding the dist directory it creates from
testenv:flake8 runs since it shouldn't contain anything problematic
anyway. Clean up an unused VIRTUAL_ENV assignment in the tox.ini
too.

Update the Coder Guide with the simpler tox invocation while we're
at it.
doc/source/coder.rst
tox.ini