File: Remove-invalid-license-classifier.patch

package info (click to toggle)
python-ffmpeg-progress-yield 1.0.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 384 kB
  • sloc: python: 660; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 835 bytes parent folder | download
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",