aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2020-12-13 23:07:48 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2020-12-13 23:07:48 -0500
commit91a9e964cb02f9c0d6e5c3b254378778f295b6b3 (patch)
tree9befdc2987a39d015c9829f836002de3eda8253f /setup.py
parent9a430174e9ee690675d3772b27994b60041de51a (diff)
parent8f7c87a2697113134c311aaeafd9c919555a2741 (diff)
Update upstream source from tag 'upstream/1.16.0'
Update to upstream version '1.16.0' with Debian dir a323dcdcc7c5a90d7d0ad623d392e091f56dbe52
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d7226ea..a82176e 100644
--- a/setup.py
+++ b/setup.py
@@ -47,8 +47,8 @@ FILES = [
setup(
name="gallery_dl",
version=VERSION,
- description=("Command-line program to download image-galleries and "
- "-collections from several image hosting sites"),
+ description=("Command-line program to download image galleries and "
+ "collections from several image hosting sites"),
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",
download_url="https://github.com/mikf/gallery-dl/releases/latest",
@@ -92,6 +92,7 @@ setup(
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia :: Graphics",