From 6c2b4c5fe90c969afe9dcd47cb39662475e55f06 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sun, 20 Sep 2015 23:36:22 +0200 Subject: [PATCH] setup: add some classifiers --- setup.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup.py b/setup.py index efcd453..dfb774a 100644 --- a/setup.py +++ b/setup.py @@ -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"] )