Skip to content

Commit 1cd9c8a

Browse files
jlaineWyattBlue
authored andcommitted
Update license information according to PEP 639
1 parent 4c29ccd commit 1cd9c8a

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
@@ -5,7 +5,7 @@ requires = ["setuptools>61", "cython>=3.1.0a1,<4"]
55
name = "av"
66
description = "Pythonic bindings for FFmpeg's libraries."
77
readme = "README.md"
8-
license = {text = "BSD-3-Clause"}
8+
license = "BSD-3-Clause"
99
authors = [
1010
{name = "WyattBlue", email = "wyattblue@auto-editor.com"},
1111
{name = "Jeremy Lainé", email = "jeremy.laine@m4x.org"},
@@ -14,7 +14,6 @@ requires-python = ">=3.9"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: BSD License",
1817
"Natural Language :: English",
1918
"Operating System :: MacOS :: MacOS X",
2019
"Operating System :: POSIX",

0 commit comments

Comments
 (0)