set python version requirement in setup.py

This commit is contained in:
Mike Fährmann
2016-11-12 21:51:23 +01:00
parent 9acea878c4
commit 0b3f284c2d

View File

@@ -26,6 +26,7 @@ setup(
maintainer="Mike Fährmann",
maintainer_email="mike_faehrmann@web.de",
license="GPLv2",
python_requires=">=3.3",
install_requires=[
"requests >= 2.4.2",
],
@@ -42,7 +43,7 @@ setup(
"gallery_dl.extractor",
"gallery_dl.downloader",
],
keywords = "gallery crawler pixiv danbooru gelbooru exhentai",
keywords="image gallery downloader crawler scraper",
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Console",