Skip to content

Commit 7b9a7fc

Browse files
committed
update new license specifiers
https://peps.python.org/pep-0639/
1 parent f4a5ee7 commit 7b9a7fc

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
@@ -9,7 +9,9 @@ build-backend = "setuptools.build_meta"
99
name = "hpack"
1010
description = "Pure-Python HPACK header encoding"
1111
readme = { file = "README.rst", content-type = "text/x-rst" }
12-
license = { file = "LICENSE" }
12+
13+
license = "MIT"
14+
license-files = [ "LICENSE" ]
1315

1416
authors = [
1517
{ name = "Cory Benfield", email = "cory@lukasa.co.uk" }
@@ -26,7 +28,6 @@ dynamic = ["version"]
2628
classifiers = [
2729
"Development Status :: 5 - Production/Stable",
2830
"Intended Audience :: Developers",
29-
"License :: OSI Approved :: MIT License",
3031
"Programming Language :: Python",
3132
"Programming Language :: Python :: 3 :: Only",
3233
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)