diff --git a/MANIFEST.in b/MANIFEST.in index 63308a8..9375654 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst LICENSE AUTHORS requirements.txt test_httpbin.py recursive-include httpbin/templates * +recursive-include httpbin/static * diff --git a/httpbin/static/favicon.ico b/httpbin/static/favicon.ico new file mode 100644 index 0000000..265c7ab Binary files /dev/null and b/httpbin/static/favicon.ico differ diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html index 7829cb6..7c9d189 100644 --- a/httpbin/templates/flasgger/index.html +++ b/httpbin/templates/flasgger/index.html @@ -5,8 +5,7 @@ {{ title }} - - +