pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Templates missing from PyPI #109

Closed jgoret closed 4 years ago

jgoret commented 4 years ago

Hello,

I'm starting a new project using Eve and want to use eve-swagger to provide a useful doc for my API but I get this error when trying to access the redoc api : jinja2.exceptions.TemplateNotFound: index.html

After some research, it seems the 'eve_swagger/templates' folder is not included in the PyPI package...

nicolaiarocci commented 4 years ago

Thanks!