Closed hugovk closed 4 years ago
Fixes https://github.com/mjuenema/python-terrascript/issues/95.
Running python setup.py --long-description will show text it finds, and upload to TestPyPI to check it renders.
python setup.py --long-description
Also removes the fallback to legacy distutils, it's not recommended to be used and their plans underway to remove it from stdlib, see draft PEP 632.
Passing CI build: https://travis-ci.org/github/mjuenema/python-terrascript/builds/724525277
Fixes https://github.com/mjuenema/python-terrascript/issues/95.
Running
python setup.py --long-description
will show text it finds, and upload to TestPyPI to check it renders.Also removes the fallback to legacy distutils, it's not recommended to be used and their plans underway to remove it from stdlib, see draft PEP 632.