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)
commit86201aa182af5649868a85e3f331c0f2886c5acb
tree1bd61ff7f8c7182d684b1fffdc666a2e3cb3f164
parentb054ba768010f5a9b17f16c06f87d11ea98465e1
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