diff options
| author | 2020-12-13 23:07:48 -0500 | |
|---|---|---|
| committer | 2020-12-13 23:07:48 -0500 | |
| commit | 91a9e964cb02f9c0d6e5c3b254378778f295b6b3 (patch) | |
| tree | 9befdc2987a39d015c9829f836002de3eda8253f /setup.py | |
| parent | 9a430174e9ee690675d3772b27994b60041de51a (diff) | |
| parent | 8f7c87a2697113134c311aaeafd9c919555a2741 (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.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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", |
