Skip to content

Commit 4b72779

Browse files
committed
Update license information according to PEP 639
1 parent 1adccd7 commit 4b72779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ name = "pylibsrtp"
77
description = "Python wrapper around the libsrtp library"
88
readme = "README.rst"
99
requires-python = ">=3.9"
10-
license = { text = "BSD-3-Clause" }
10+
license = "BSD-3-Clause"
1111
authors = [
1212
{ name = "Jeremy Lainé", email = "[email protected]" },
1313
]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: BSD License",
1817
"Operating System :: OS Independent",
1918
"Programming Language :: Python",
2019
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)