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 3
3
[build-system ]
4
4
build-backend = " _own_version_helper:build_meta"
5
5
requires = [
6
- " setuptools>=61 " ,
6
+ " setuptools>=77.0.3 " ,
7
7
' tomli<=2.0.2; python_version < "3.11"' ,
8
8
]
9
9
backend-path = [
@@ -15,15 +15,15 @@ backend-path = [
15
15
name = " setuptools-scm"
16
16
description = " the blessed package to manage your versions by scm tags"
17
17
readme = " README.md"
18
- license.file = " LICENSE"
18
+ license = " MIT"
19
+ license-files = [" LICENSE" ]
19
20
authors = [
20
21
{
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }
21
22
]
22
23
requires-python = " >=3.8"
23
24
classifiers = [
24
25
" Development Status :: 5 - Production/Stable" ,
25
26
" Intended Audience :: Developers" ,
26
- " License :: OSI Approved :: MIT License" ,
27
27
" Programming Language :: Python" ,
28
28
" Programming Language :: Python :: 3 :: Only" ,
29
29
" Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments