mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 10:42:34 +01:00
update setup.py and egg metadata
This commit is contained in:
parent
4348694629
commit
af3b44762c
@ -14,6 +14,10 @@ Classifier: Intended Audience :: End Users/Desktop
|
||||
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.2
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
||||
Classifier: Topic :: Multimedia
|
||||
Classifier: Topic :: Multimedia :: Graphics
|
||||
|
@ -27,6 +27,9 @@ gallery_dl/extractor/gelbooru.py
|
||||
gallery_dl/extractor/imagebam.py
|
||||
gallery_dl/extractor/imgbox.py
|
||||
gallery_dl/extractor/imgchili.py
|
||||
gallery_dl/extractor/mangareader.py
|
||||
gallery_dl/extractor/nijie.py
|
||||
gallery_dl/extractor/pixiv.py
|
||||
gallery_dl/extractor/redhawkscans.py
|
||||
gallery_dl/extractor/sankaku.py
|
||||
gallery_dl/extractor/yandere.py
|
4
setup.py
4
setup.py
@ -38,7 +38,11 @@ setup(
|
||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
||||
"Operating System :: POSIX",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.2",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3 :: Only",
|
||||
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
|
||||
"Topic :: Multimedia",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user