Skip to content

Commit 87c69cf

Browse files
committed
Project Housekeeping
1 parent b1aa169 commit 87c69cf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@ description = "A Python API using FastAPI"
1111
urls = { "Sources" = "https://github.com/MrMatAP/mrmat-python-api-fastapi.git" }
1212
keywords = ["api", "python", "fastapi"]
1313
readme = "README.md"
14-
license = { text = "MIT" }
14+
license = "MIT"
1515
authors = [
1616
{ "name" = "Mathieu Imfeld", "email" = "[email protected]" }
1717
]
1818
maintainers = [
1919
{ "name" = "Mathieu Imfeld", "email" = "[email protected]" }
2020
]
2121
classifiers = [
22-
"Development Status :: 3 - Alpha",
23-
"License :: OSI Approved :: MIT",
24-
"Programming Language :: Python :: 3.12"
22+
"Development Status :: 4 - Beta",
23+
"Programming Language :: Python :: 3.13"
2524
]
26-
requires-python = ">=3.12"
25+
requires-python = ">=3.13"
2726
dynamic = ["version", "dependencies", "optional-dependencies"]
2827

2928
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)