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:
Mike Fährmann
2020-12-12 16:16:29 +01:00
parent b8f2e42f7a
commit 1e59aa6123
2 changed files with 19 additions and 15 deletions

View File

@@ -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",