starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
516 stars 76 forks source link

Use README.rst as description on PyPI #126

Closed hugovk closed 4 years ago

hugovk commented 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.

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.

hugovk commented 4 years ago

Passing CI build: https://travis-ci.org/github/mjuenema/python-terrascript/builds/724525277