update example project metadata

This commit is contained in:
David Lord 2024-11-01 18:00:39 -07:00
parent 8aa161a437
commit a9b99b3489
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
5 changed files with 6 additions and 4 deletions

View file

@ -3,8 +3,9 @@ name = "js_example"
version = "1.1.0"
description = "Demonstrates making AJAX requests to Flask."
readme = "README.rst"
license = {file = "LICENSE.rst"}
license = {file = "LICENSE.txt"}
maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}]
classifiers = ["Private :: Do Not Upload"]
dependencies = ["flask"]
[project.urls]