update README.rst and setup.py
- remove superfluous '-'s - use definition list for config paths - add Python 3.9 support to setup.py classifiers
This commit is contained in:
5
setup.py
5
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",
|
||||
|
||||
Reference in New Issue
Block a user