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