Skip to content

Bugfix: Added templates to pypi package

Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 01 Jun 22:10
· 450 commits to master since this release
Include Templates and Bump Version to 0.1.1

I forgot to include the templates in setup.py, so httpbin would complain
and return a 500 when accessing views that require templates.  This
fixes that problem by adding them as "data" in setup.py and MANIFEST.in