summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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",