aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-09-16 02:12:56 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-09-16 02:12:56 -0400
commit12b64cf1aff9cbe17b15aeb9464ef76a773fde1d (patch)
treee3b880c987f94a208a6e9f3d2f3f9ad16d41148c /setup.py
parent65ba54beaeb6e72364c33b0bf060267d86271239 (diff)
parent3b7f8716690b7aa1994a9cb387bbc7215e01a4ed (diff)
Update upstream source from tag 'upstream/1.30.7'
Update to upstream version '1.30.7' with Debian dir a74b37bdeb92ab9f3d327de717e2b5cc6d11a25f
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a0bccef..f289d0f 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",