* Add an experimental feature to get it working with uwsgi
1.1.0
* Register the plaster yaml entrypoints directly, the app does not need to register it * Fix supports for namespace package * Add supports for python 3.12 ( CI )
1.0.2
* Fix the get_settings() section, now the app may be named as your convenience * Remove compativility with 3.8.0, starting at 3.8.1
1.0.1
* Fix python 3.8 and 3.9 usage by using importlib_metadata * Improve the readme file.
1.0.0
* Remove pkg_resources in favor has importlib.metadata * Remove python 3.7 support
0.2.0
* Implementation get_wsgi_app_settings for the Loader