update setup.py and bump version

pull/13/head v0.4.1
Mike Fährmann 9 years ago
parent cb53b29391
commit 30e47848cc
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -10,7 +10,7 @@ __author__ = "Mike Fährmann"
__copyright__ = "Copyright 2014, 2015 Mike Fährmann"
__license__ = "GPLv2"
__version__ = "0.4.0"
__version__ = "0.4.1"
__maintainer__ = "Mike Fährmann"
__email__ = "mike_faehrmann@web.de"

@ -13,7 +13,7 @@ def read(fname):
setup(
name="gallery_dl",
version="0.4.0",
version="0.4.1",
description="gallery- and image downloader",
long_description=read("README.rst"),
url="https://github.com/mikf/gallery-dl",
@ -37,14 +37,15 @@ setup(
"gallery_dl.extractor",
"gallery_dl.downloader",
],
keywords = "gallery crawler pixiv danbooru gelbooru exhentai",
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",

Loading…
Cancel
Save