We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a5ee7 commit 7b9a7fcCopy full SHA for 7b9a7fc
pyproject.toml
@@ -9,7 +9,9 @@ build-backend = "setuptools.build_meta"
9
name = "hpack"
10
description = "Pure-Python HPACK header encoding"
11
readme = { file = "README.rst", content-type = "text/x-rst" }
12
-license = { file = "LICENSE" }
+
13
+license = "MIT"
14
+license-files = [ "LICENSE" ]
15
16
authors = [
17
{ name = "Cory Benfield", email = "cory@lukasa.co.uk" }
@@ -26,7 +28,6 @@ dynamic = ["version"]
26
28
classifiers = [
27
29
"Development Status :: 5 - Production/Stable",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
31
"Programming Language :: Python",
32
"Programming Language :: Python :: 3 :: Only",
33
"Programming Language :: Python :: 3",
0 commit comments