1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Remove invalid license classifier
Author: Alexander Sulfrian <alexander@sulfrian.net>
Forwarded: https://github.com/slhck/ffmpeg-progress-yield/pull/30
setuptools.errors.InvalidConfigError: License classifiers have been superseded
by license expressions (see https://peps.python.org/pep-0639/).
Index: python-ffmpeg-progress-yield/pyproject.toml
===================================================================
--- python-ffmpeg-progress-yield.orig/pyproject.toml
+++ python-ffmpeg-progress-yield/pyproject.toml
@@ -16,7 +16,6 @@ keywords = ["ffmpeg"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
|