File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,18 @@ description = "A Python API using FastAPI"
1111urls = { "Sources" = " https://github.com/MrMatAP/mrmat-python-api-fastapi.git" }
1212keywords = [" api" , " python" , " fastapi" ]
1313readme = " README.md"
14- license = { text = " MIT" }
14+ license = " MIT"
1515authors = [
1616 { "name" = " Mathieu Imfeld" , "email" = " imfeldma+9jqerw@gmail.com" }
1717]
1818maintainers = [
1919 { "name" = " Mathieu Imfeld" , "email" = " imfeldma+9jqerw@gmail.com" }
2020]
2121classifiers = [
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 "
2726dynamic = [" version" , " dependencies" , " optional-dependencies" ]
2827
2928[tool .setuptools .dynamic ]
You can’t perform that action at this time.
0 commit comments