add classifier: "Programming Language :: Python :: 3.4"

This commit is contained in:
Mort Yao 2014-07-20 16:10:41 +02:00
parent cebaa890f4
commit 2adc337093

View File

@ -4,10 +4,10 @@
"author_email": "mort.yao@gmail.com",
"url": "http://www.soimort.org/you-get/",
"license": "MIT",
"description": "A YouTube/Youku/Niconico video downloader written in Python 3.",
"keywords": "video download youtube youku niconico",
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
@ -23,13 +23,14 @@
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia",
"Topic :: Multimedia :: Video",
"Topic :: Utilities"
],
"console_scripts": [
"you-get = you_get.extractor.__main__:main"
]