1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

setup: add some classifiers

This commit is contained in:
Johan Andersson 2015-09-20 23:36:22 +02:00
parent cce2351900
commit 6c2b4c5fe9

View File

@ -24,4 +24,16 @@ setup(
description = "Command-line program to download videos from various video on demand sites",
license = "MIT",
url = "https://github.com/spaam/svtplay-dl",
classifiers=["Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Video",
"Topic :: Utilities"]
)