From 8032bf0035fce6386b0494f605a9f76cfdd5f51d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= <jeremy.laine@m4x.org> Date: Sun, 6 Apr 2025 17:33:02 +0200 Subject: [PATCH] Update license information according to PEP 639 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 458beee81..26ebae4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools>61", "cython>=3.1.0a1,<4"] name = "av" description = "Pythonic bindings for FFmpeg's libraries." readme = "README.md" -license = {text = "BSD-3-Clause"} +license = "BSD-3-Clause" authors = [ {name = "WyattBlue", email = "wyattblue@auto-editor.com"}, {name = "Jeremy Lainé", email = "jeremy.laine@m4x.org"}, @@ -14,7 +14,6 @@ requires-python = ">=3.9" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX",