File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 61.0.0" , " setuptools-scm " ]
2+ requires = [" setuptools >= 61.0.0" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -15,7 +15,8 @@ maintainers = [
1515]
1616description = " Typed Argument Parser"
1717readme = " README.md"
18- license = { file = " LICENSE.txt" }
18+ license = " MIT"
19+ license-files = [ " LICENSE.txt" ]
1920dependencies = [
2021 " docstring-parser >= 0.15" ,
2122 " typing-inspect >= 0.7.1" ,
@@ -28,7 +29,6 @@ classifiers = [
2829 " Programming Language :: Python :: 3.11" ,
2930 " Programming Language :: Python :: 3.12" ,
3031 " Programming Language :: Python :: 3.13" ,
31- " License :: OSI Approved :: MIT License" ,
3232 " Operating System :: OS Independent" ,
3333 " Typing :: Typed" ,
3434]
You can’t perform that action at this time.
0 commit comments