update setup.py and bump version

This commit is contained in:
Mike Fährmann
2015-12-03 02:31:23 +01:00
parent cb53b29391
commit 30e47848cc
2 changed files with 4 additions and 3 deletions

View File

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