diff --git a/you-get.json b/you-get.json index dc988868..d5c1190a 100644 --- a/you-get.json +++ b/you-get.json @@ -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" ]