helloflask / bootstrap-flask

Bootstrap 4 & 5 helper for your Flask projects.
https://bootstrap-flask.readthedocs.io
Other
1.12k stars 190 forks source link

Fix migration hyperlink in PyPI page #221

Closed EtiennePelletier closed 2 years ago

EtiennePelletier commented 2 years ago

The migration link from Flask-Bootstrap on the PyPI page is outdated.

It could be a good idea to include the whole README in the package's metadata to ensure this page is always up to date. If needed, here's how it's done in Flask: https://github.com/pallets/flask/blob/main/setup.cfg#L19.

greyli commented 2 years ago

Thanks! I will merge this first, and maybe update the whole PyPI readme setup in the future.