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# pyproject.toml
22[build-system ]
3- requires = [" setuptools>=61.2 " , " setuptools_scm[toml]>=6.0" ]
3+ requires = [" setuptools>=77.0.3 " , " setuptools_scm[toml]>=6.0" ]
44build-backend = " setuptools.build_meta"
55
66[project ]
@@ -9,9 +9,10 @@ authors = [
99 {
name =
" Donald Stufft and individual contributors" ,
email =
" [email protected] " },
1010]
1111description = " Collection of utilities for publishing packages on PyPI"
12+ license = " Apache-2.0"
13+ license-files = [" LICENSE" ]
1214classifiers = [
1315 " Intended Audience :: Developers" ,
14- " License :: OSI Approved :: Apache Software License" ,
1516 " Natural Language :: English" ,
1617 " Operating System :: MacOS :: MacOS X" ,
1718 " Operating System :: POSIX" ,
@@ -68,7 +69,6 @@ twine = "twine.__main__:main"
6869[tool .setuptools ]
6970packages = [" twine" , " twine.commands" ]
7071include-package-data = true
71- license-files = [" LICENSE" ]
7272
7373[tool .setuptools_scm ]
7474
You can’t perform that action at this time.
0 commit comments