Skip to content

Commit e29087d

Browse files
committed
Update license declaration.
1 parent dbc73ba commit e29087d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "websockets"
77
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
88
requires-python = ">=3.10"
9-
license = { text = "BSD-3-Clause" }
9+
license = "BSD-3-Clause"
1010
authors = [
1111
{ name = "Aymeric Augustin", email = "[email protected]" },
1212
]
@@ -15,7 +15,6 @@ classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Environment :: Web Environment",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: BSD License",
1918
"Operating System :: OS Independent",
2019
"Programming Language :: Python",
2120
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)