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 22build-backend = " hatchling.build"
33requires = [
44 " hatch-vcs" ,
5- " hatchling" ,
5+ " hatchling>=1.27 " ,
66]
77
88[project ]
99name = " cherry-picker"
1010description = " Backport CPython changes from main to maintenance branches"
1111readme = " README.md"
12+ license = " Apache-2.0"
13+ license-files = [ " LICENSE" ]
1214maintainers = [ { name = " Python Core Developers" , email = " core-workflow@python.org" } ]
1315authors = [ { name = " Mariatta Wijaya" , email = " mariatta@python.org" } ]
1416requires-python = " >=3.9"
1517classifiers = [
1618 " Intended Audience :: Developers" ,
17- " License :: OSI Approved :: Apache Software License" ,
1819 " Programming Language :: Python :: 3 :: Only" ,
1920 " Programming Language :: Python :: 3.9" ,
2021 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments