From 49a9b0101f187e20ab6ea26f44debd96acbe1181 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 14 Feb 2012 16:15:58 +0100 Subject: [PATCH] fix desc --- INSTALL.rst | 3 --- README.rst | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index ee885fac..f6d57b18 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,6 +1,3 @@ -=========== -INSTALL -=========== Don't worry, Telemeta is easy to setup as any other Django app ! diff --git a/README.rst b/README.rst index db06037a..6d4d5001 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Telemeta: open web audio CMS Introduction ============ -Telemeta is a free and open source 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 organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. +Telemeta is a free and open source web audio archiving software 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 organize, backup and publish documented sound collections of audio files, CDs, digitalized vinyls and magnetic tapes over a strong database, in accordance with open web standards. Here are the main features of Telemeta: diff --git a/setup.py b/setup.py index 9a8ce46e..f004a9a0 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ CLASSIFIERS = ['Environment :: Web Environment', 'Framework :: Django', 'Intende setup( name = "Telemeta", url = "http://telemeta.org", - description = "an open web audio CMS", + description = "open web audio CMS", long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", -- 2.39.5