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 @@ -8,12 +8,12 @@ authors = [
88dependencies = []
99requires-python = " >=3.9"
1010readme = " README.rst"
11- license = {text = " ISC License" }
11+ license = " ISC"
12+ license-files = [" LICENSE" ]
1213keywords = [" dependency" , " resolution" ]
1314classifiers = [
1415 " Development Status :: 3 - Alpha" ,
1516 " Intended Audience :: Developers" ,
16- " License :: OSI Approved :: ISC License (ISCL)" ,
1717 " Operating System :: OS Independent" ,
1818 " Programming Language :: Python :: 3" ,
1919 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -40,7 +40,7 @@ release = [
4040]
4141
4242[build-system ]
43- requires = [" setuptools >= 62 " ]
43+ requires = [" setuptools >= 77 " ]
4444build-backend = " setuptools.build_meta"
4545
4646[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments