File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ authors = [
77]
88requires-python = " >=3.8"
99readme = " README.md"
10- license = {text = " MIT" }
10+ license = " MIT"
11+ license-files = [" LICENSE" ]
1112classifiers = [
1213 " Intended Audience :: Information Technology" ,
1314 " Intended Audience :: System Administrators" ,
@@ -22,7 +23,6 @@ classifiers = [
2223 " Development Status :: 4 - Beta" ,
2324 " Framework :: FastAPI" ,
2425 " Intended Audience :: Developers" ,
25- " License :: OSI Approved :: MIT License" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
2727 " Programming Language :: Python :: 3.8" ,
2828 " Programming Language :: Python :: 3.9" ,
@@ -31,7 +31,6 @@ classifiers = [
3131 " Programming Language :: Python :: 3.12" ,
3232 " Programming Language :: Python :: 3.13" ,
3333 " Programming Language :: Python :: 3.14" ,
34- " License :: OSI Approved :: MIT License" ,
3534]
3635dependencies = [
3736 " typer >= 0.15.1" ,
You can’t perform that action at this time.
0 commit comments