mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
a109bbbe29
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
10 lines
64 B
Plaintext
10 lines
64 B
Plaintext
env/
|
|
build/
|
|
dist/
|
|
.workon
|
|
.epio-app
|
|
*.pyc
|
|
.tox
|
|
*.egg-info
|
|
*.swp
|