pallets-eco / flask-classful

Class based views for Flask
https://flask-classful.readthedocs.io
BSD 3-Clause "New" or "Revised" License
234 stars 55 forks source link

deprecate `__version__` attribute #155

Closed davidism closed 1 year ago

davidism commented 1 year ago

importlib.metadata.version("flask-classful") is the standard way to get the version from project metadata.

This also starts version 0.17.0.