From 8f7c87a2697113134c311aaeafd9c919555a2741 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 13 Dec 2020 23:07:42 -0500 Subject: New upstream version 1.16.0. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') 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", -- cgit v1.2.3