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 dbc73ba commit e29087dCopy full SHA for e29087d
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "websockets"
7
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
8
requires-python = ">=3.10"
9
-license = { text = "BSD-3-Clause" }
+license = "BSD-3-Clause"
10
authors = [
11
{ name = "Aymeric Augustin", email = "[email protected]" },
12
]
@@ -15,7 +15,6 @@ classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Environment :: Web Environment",
17
"Intended Audience :: Developers",
18
- "License :: OSI Approved :: BSD License",
19
"Operating System :: OS Independent",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
0 commit comments