From 9d79e54e0b239266ab4fbf10757db8964be16b88 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 30 May 2011 16:18:19 +0200 Subject: [PATCH] add categories to setup --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 06da2a0b..d9228e63 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,8 @@ setup( version = version, packages = packages, data_files = data_files, + intall_requires = ['timeside'], + classifiers = ['Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Science/Research', 'Intended Audience :: Education', 'Programming Language :: Python', 'Programming Language :: JavaScript', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Multimedia :: Sound/Audio', 'Topic :: Multimedia :: Sound/Audio :: Analysis', 'Topic :: Multimedia :: Sound/Audio :: Players', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: System :: Archiving', ], long_description = """ Telemeta is a web audio archiving program which introduces useful and secure methods to backup, index, transcode, analyse and publish any digitalized audio file with its metadata. It is dedicated to professionnals who wants to easily backup and publish documented sounds from collections of vinyls, magnetic tapes or audio CDs over a strong database, in accordance with open standards. -- 2.39.5