Skip to content

Commit a9b99b3

Browse files
committed
update example project metadata
1 parent 8aa161a commit a9b99b3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

examples/celery/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "flask-example-celery"
33
version = "1.0.0"
44
description = "Example Flask application with Celery background tasks."
55
readme = "README.md"
6-
requires-python = ">=3.8"
7-
dependencies = ["flask>=2.2.2", "celery[redis]>=5.2.7"]
6+
classifiers = ["Private :: Do Not Upload"]
7+
dependencies = ["flask", "celery[redis]"]
88

99
[build-system]
1010
requires = ["flit_core<4"]
File renamed without changes.

examples/javascript/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name = "js_example"
33
version = "1.1.0"
44
description = "Demonstrates making AJAX requests to Flask."
55
readme = "README.rst"
6-
license = {file = "LICENSE.rst"}
6+
license = {file = "LICENSE.txt"}
77
maintainers = [{name = "Pallets", email = "[email protected]"}]
8+
classifiers = ["Private :: Do Not Upload"]
89
dependencies = ["flask"]
910

1011
[project.urls]
File renamed without changes.

examples/tutorial/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name = "flaskr"
33
version = "1.0.0"
44
description = "The basic blog app built in the Flask tutorial."
55
readme = "README.rst"
6-
license = {text = "BSD-3-Clause"}
6+
license = {file = "LICENSE.txt"}
77
maintainers = [{name = "Pallets", email = "[email protected]"}]
8+
classifiers = ["Private :: Do Not Upload"]
89
dependencies = [
910
"flask",
1011
]

0 commit comments

Comments
 (0)