mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
add classifier: "Programming Language :: Python :: 3.4"
This commit is contained in:
parent
cebaa890f4
commit
2adc337093
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user