1
1
[build-system ]
2
- requires = [" setuptools>=61 " , " setuptools-scm" ]
2
+ requires = [" setuptools>=77 " , " setuptools-scm" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " commit-check"
7
7
description = " Check commit message formatting, branch naming, commit author, email, and more."
8
8
readme = " README.rst"
9
9
keywords = [" commit conventions" , " conventional commits" , " conventional branch" , " branch naming" , " commit-check" , " message" , " lint message" , " devops" ]
10
- license = { text = " MIT License " }
10
+ license = " MIT"
11
11
authors = [
12
12
{ name = " Xianpeng Shen" , email = " xianpeng.shen@gmail.com" },
13
13
]
@@ -16,11 +16,9 @@ dependencies = ["pyyaml"]
16
16
classifiers = [
17
17
# https://pypi.org/pypi?%3Aaction=list_classifiers
18
18
" Development Status :: 5 - Production/Stable" ,
19
- " License :: OSI Approved :: MIT License" ,
20
19
" Intended Audience :: Developers" ,
21
20
" Natural Language :: English" ,
22
21
" Operating System :: OS Independent" ,
23
- " Programming Language :: Python :: 3 :: Only" ,
24
22
" Programming Language :: Python :: 3.8" ,
25
23
" Programming Language :: Python :: 3.9" ,
26
24
" Programming Language :: Python :: 3.10" ,
0 commit comments