@@ -3,7 +3,7 @@ name = "flask-mongoengine"
33description = " Flask extension that provides integration with MongoEngine and WTF model forms."
44readme = " README.md"
55requires-python = " >=3.7"
6- license = {text = " BSD 3-Clause License" }
6+ license = { text = " BSD 3-Clause License" }
77classifiers = [
88 " Development Status :: 4 - Beta" ,
99 " Environment :: Web Environment" ,
@@ -17,6 +17,7 @@ classifiers = [
1717 " Programming Language :: Python :: 3.8" ,
1818 " Programming Language :: Python :: 3.9" ,
1919 " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
2021 " Programming Language :: Python :: Implementation :: PyPy" ,
2122 " Programming Language :: Python :: Implementation :: CPython" ,
2223 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
@@ -39,10 +40,10 @@ keywords = [
3940 " extension"
4041]
4142authors = [
42- {
name =
" Ross Lawley" ,
email =
" [email protected] " }
43+ {
name =
" Ross Lawley" ,
email =
" [email protected] " }
4344]
4445maintainers = [
45- {
name =
" Andrey Shpak" ,
email =
" [email protected] " }
46+ {
name =
" Andrey Shpak" ,
email =
" [email protected] " }
4647]
4748dynamic = [" version" ]
4849
@@ -85,10 +86,10 @@ build-backend = "setuptools.build_meta"
8586[tool .setuptools ]
8687zip-safe = false
8788platforms = [" any" ]
88- packages = [" flask_mongoengine" , " flask_mongoengine.wtf" ]
89+ packages = [" flask_mongoengine" , " flask_mongoengine.wtf" ]
8990
9091[tool .setuptools .dynamic ]
91- version = {attr = " flask_mongoengine._version.version" }
92+ version = { attr = " flask_mongoengine._version.version" }
9293
9394[tool .setuptools_scm ]
9495write_to = " flask_mongoengine/_version.py"
@@ -127,4 +128,4 @@ filterwarnings = [
127128 " ignore::ResourceWarning" ,
128129 " ignore::DeprecationWarning:flask_mongoengine" ,
129130 " ignore::DeprecationWarning:tests" ,
130- ]
131+ ]
0 commit comments