update README and bump version
This commit is contained in:
@@ -3,7 +3,8 @@ gallery-dl
|
|||||||
==========
|
==========
|
||||||
|
|
||||||
*gallery-dl* is a small command-line tool to download images and entire image
|
*gallery-dl* is a small command-line tool to download images and entire image
|
||||||
galleries from several image hosting platforms.
|
galleries from several image hosting platforms. It requires Python 3.3+ to run
|
||||||
|
and works on Unix-like systems as well as Windows.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
|
|||||||
__copyright__ = "Copyright 2014-2016 Mike Fährmann"
|
__copyright__ = "Copyright 2014-2016 Mike Fährmann"
|
||||||
|
|
||||||
__license__ = "GPLv2"
|
__license__ = "GPLv2"
|
||||||
__version__ = "0.5.0"
|
__version__ = "0.5.1"
|
||||||
__maintainer__ = "Mike Fährmann"
|
__maintainer__ = "Mike Fährmann"
|
||||||
__email__ = "mike_faehrmann@web.de"
|
__email__ = "mike_faehrmann@web.de"
|
||||||
|
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ def read(fname):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gallery_dl",
|
name="gallery_dl",
|
||||||
version="0.5.0",
|
version="0.5.1",
|
||||||
description="gallery- and image downloader",
|
description="gallery- and image downloader",
|
||||||
long_description=read("README.rst"),
|
long_description=read("README.rst"),
|
||||||
url="https://github.com/mikf/gallery-dl",
|
url="https://github.com/mikf/gallery-dl",
|
||||||
|
|||||||
Reference in New Issue
Block a user