Skip to content

Commit 3c84cda

Browse files
authored
Use PEP 639 licence expression and remove deprecated Trove classifier (#160)
1 parent 3a6a9ea commit 3c84cda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs",
5-
"hatchling",
5+
"hatchling>=1.27",
66
]
77

88
[project]
99
name = "cherry-picker"
1010
description = "Backport CPython changes from main to maintenance branches"
1111
readme = "README.md"
12+
license = "Apache-2.0"
13+
license-files = [ "LICENSE" ]
1214
maintainers = [ { name = "Python Core Developers", email = "[email protected]" } ]
1315
authors = [ { name = "Mariatta Wijaya", email = "[email protected]" } ]
1416
requires-python = ">=3.9"
1517
classifiers = [
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",

0 commit comments

Comments
 (0)