Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6a9ea commit 3c84cdaCopy full SHA for 3c84cda
1 file changed
pyproject.toml
@@ -2,19 +2,20 @@
2
build-backend = "hatchling.build"
3
requires = [
4
"hatch-vcs",
5
- "hatchling",
+ "hatchling>=1.27",
6
]
7
8
[project]
9
name = "cherry-picker"
10
description = "Backport CPython changes from main to maintenance branches"
11
readme = "README.md"
12
+license = "Apache-2.0"
13
+license-files = [ "LICENSE" ]
14
maintainers = [ { name = "Python Core Developers", email = "[email protected]" } ]
15
authors = [ { name = "Mariatta Wijaya", email = "[email protected]" } ]
16
requires-python = ">=3.9"
17
classifiers = [
18
"Intended Audience :: Developers",
- "License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python :: 3 :: Only",
20
"Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
0 commit comments