From e43264c8db52efae6d0af2cd4be10a4b5f793619 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 22 Nov 2011 01:56:17 +0100 Subject: [PATCH] fix descriptions --- INSTALL.rst | 6 +++--- README.rst | 8 +++++--- setup.py | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index d2abc49..53502e9 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,6 +1,6 @@ -================ -Install TimeSide -================ +======================= +Howto Install TimeSide +======================= This file describe how to install the TimeSide python package from source. diff --git a/README.rst b/README.rst index 991fb7a..d0039c6 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -===================================== -TimeSide : open web audio components -===================================== +============================================== +TimeSide : open and fast web audio components +============================================== TimeSide is a set of client and server side components for audio-enabling web sites and applications. @@ -8,6 +8,8 @@ It includes a powerful DHTML-based interactive player, with support for time-mar The server side components provide generic APIs for easy transcoding, metadata embedding, sound visualization and audio analysis. +This library is mostly written in Python and JavaScrip / CSS + Platforms ========= diff --git a/setup.py b/setup.py index 12bf8b9..14e5248 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ KEYWORDS = 'audio analyze transcode graph player metadata' setup( name = "TimeSide", url='http://code.google.com/p/timeside', - description = "open web audio components", + description = "open and fast web audio components", long_description = open('README.rst').read(), author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"], author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"], -- 2.39.5