File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
build-backend = " hatchling.build"
3
3
requires = [
4
4
" hatch-vcs" ,
5
- " hatchling" ,
5
+ " hatchling>=1.27 " ,
6
6
]
7
7
8
8
[project ]
9
9
name = " cherry-picker"
10
10
description = " Backport CPython changes from main to maintenance branches"
11
11
readme = " README.md"
12
+ license = " Apache-2.0"
13
+ license-files = [ " LICENSE" ]
12
14
maintainers = [ {
name =
" Python Core Developers" ,
email =
" [email protected] " } ]
13
15
authors = [ {
name =
" Mariatta Wijaya" ,
email =
" [email protected] " } ]
14
16
requires-python = " >=3.9"
15
17
classifiers = [
16
18
" Intended Audience :: Developers" ,
17
- " License :: OSI Approved :: Apache Software License" ,
18
19
" Programming Language :: Python :: 3 :: Only" ,
19
20
" Programming Language :: Python :: 3.9" ,
20
21
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments