From ff0f5a45fcb92155bca9abbde079f26fc23194f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 7 Sep 2025 17:39:25 +0200 Subject: [PATCH] [build/setup.py] update license identifier to 'GPL-2.0-only' to be SPDX compliant and prevent a 'twine' warning --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0bccefd..f289d0f5 100644 --- a/setup.py +++ b/setup.py @@ -93,13 +93,14 @@ def build_setuptools(): version=VERSION, description=DESCRIPTION, long_description=LONG_DESCRIPTION, + long_description_content_type="text/x-rst", url="https://github.com/mikf/gallery-dl", download_url="https://github.com/mikf/gallery-dl/releases/latest", author="Mike Fährmann", author_email="mike_faehrmann@web.de", maintainer="Mike Fährmann", maintainer_email="mike_faehrmann@web.de", - license="GPLv2", + license="GPL-2.0-only", python_requires=">=3.8", install_requires=[ "requests>=2.11.0",