mrevutskyi / flask-restless-ng

A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless-ng.readthedocs.io
Other
64 stars 11 forks source link

regression in setup.py removes subpackage `flask_restless.views` #6

Closed tanj closed 3 years ago

tanj commented 3 years ago

62a594bb1208bd2f3e890ed9d42de07898e87770

python setup.py install

installing the package will result in flask_restless.views not being included in the installed package.

mrevutskyi commented 3 years ago

Thank you for the fix, released in v1.0.1