deprecate __version__ attribute

This commit is contained in:
David Lord 2023-08-29 06:03:11 -07:00
parent 153433f612
commit 293041a290
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 23 additions and 2 deletions

View file

@ -1,5 +1,6 @@
[project]
name = "Flask"
version = "3.0.0.dev"
description = "A simple framework for building complex web applications."
readme = "README.rst"
license = {file = "LICENSE.rst"}
@ -26,7 +27,6 @@ dependencies = [
"blinker>=1.6.2",
"importlib-metadata>=3.6.0; python_version < '3.10'",
]
dynamic = ["version"]
[project.urls]
Donate = "https://palletsprojects.com/donate"