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 33[build-system ]
44build-backend = " _own_version_helper:build_meta"
55requires = [
6- " setuptools>=61 " ,
6+ " setuptools>=77.0.3 " ,
77 ' tomli<=2.0.2; python_version < "3.11"' ,
88]
99backend-path = [
@@ -15,15 +15,15 @@ backend-path = [
1515name = " setuptools-scm"
1616description = " the blessed package to manage your versions by scm tags"
1717readme = " README.md"
18- license.file = " LICENSE"
18+ license = " MIT"
19+ license-files = [" LICENSE" ]
1920authors = [
2021 {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }
2122]
2223requires-python = " >=3.8"
2324classifiers = [
2425 " Development Status :: 5 - Production/Stable" ,
2526 " Intended Audience :: Developers" ,
26- " License :: OSI Approved :: MIT License" ,
2727 " Programming Language :: Python" ,
2828 " Programming Language :: Python :: 3 :: Only" ,
2929 " Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments