We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adccd7 commit 4b72779Copy full SHA for 4b72779
pyproject.toml
@@ -7,14 +7,13 @@ name = "pylibsrtp"
7
description = "Python wrapper around the libsrtp library"
8
readme = "README.rst"
9
requires-python = ">=3.9"
10
-license = { text = "BSD-3-Clause" }
+license = "BSD-3-Clause"
11
authors = [
12
{ name = "Jeremy Lainé", email = "[email protected]" },
13
]
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Intended Audience :: Developers",
17
- "License :: OSI Approved :: BSD License",
18
"Operating System :: OS Independent",
19
"Programming Language :: Python",
20
"Programming Language :: Python :: 3",
0 commit comments