deprecate __version__ attribute
This commit is contained in:
parent
153433f612
commit
293041a290
3 changed files with 23 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue