update example project metadata
This commit is contained in:
parent
8aa161a437
commit
a9b99b3489
5 changed files with 6 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ name = "flask-example-celery"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Example Flask application with Celery background tasks."
|
description = "Example Flask application with Celery background tasks."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.8"
|
classifiers = ["Private :: Do Not Upload"]
|
||||||
dependencies = ["flask>=2.2.2", "celery[redis]>=5.2.7"]
|
dependencies = ["flask", "celery[redis]"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["flit_core<4"]
|
requires = ["flit_core<4"]
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@ name = "js_example"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
description = "Demonstrates making AJAX requests to Flask."
|
description = "Demonstrates making AJAX requests to Flask."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {file = "LICENSE.rst"}
|
license = {file = "LICENSE.txt"}
|
||||||
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
|
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
|
||||||
|
classifiers = ["Private :: Do Not Upload"]
|
||||||
dependencies = ["flask"]
|
dependencies = ["flask"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,9 @@ name = "flaskr"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "The basic blog app built in the Flask tutorial."
|
description = "The basic blog app built in the Flask tutorial."
|
||||||
readme = "README.rst"
|
readme = "README.rst"
|
||||||
license = {text = "BSD-3-Clause"}
|
license = {file = "LICENSE.txt"}
|
||||||
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
|
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
|
||||||
|
classifiers = ["Private :: Do Not Upload"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"flask",
|
"flask",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue