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",
|
"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"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user