pulumi/sdk/python/lib
Matt Ellis 32ac67e6bc Remove the need for pandoc during the build
We had been using `pandoc` to convert our README.md into a README.rst
for use with `setup.py` and the python package ecosystem. It turns out
that we can use markdown if we set a content type. So let's do that
and make things a little simpler.

While I was in the area, I made the encoding of UTF-8 explicit when
opening README.md.
2019-09-09 11:15:42 -07:00
..
pulumi Do not drop unhandled exceptions in Python (#3170) 2019-09-06 13:53:07 -07:00
test Do not drop unhandled exceptions in Python (#3170) 2019-09-06 13:53:07 -07:00
setup.py Remove the need for pandoc during the build 2019-09-09 11:15:42 -07:00