sveint / flask-swagger-ui

Swagger UI blueprint for flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing index.template.html

brunoripa opened this issue · comments

Because of a missing MANIFEST.in, installing the package from Pypi causes the template not to be copied in the installation.

I will be submitting a msg with a fix.

Here it is, can you please create the MANIFEST.in containing:

recursive-include flask_swagger_ui/templates *

This will make the trick.

Nevermind, i have forked and created a PR for this:

#4

Sorry for late reply.

I'm unable to reproduce this. The file you mention should already be included as part of setup.py configuration. Please reopen if you still experience the problem using the latest version.