From: Guillaume Pellerin Date: Tue, 31 May 2011 13:21:11 +0000 (+0000) Subject: fix desc X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01d37b732f93c5fcc85f59a9492473b4945dfb9d;p=deefuzzer.git fix desc --- diff --git a/README.rst b/README.rst index 7cb265f..baada62 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ see INSTALL License ======= -This software is licensed as described in the file COPYING, which +This software is licensed as described in the file LICENSE, which you should have received as part of this distribution. The terms are also available at http://svn.parisson.org/deefuzzer/DeeFuzzerLicense diff --git a/setup.py b/setup.py index de5b465..a632e0d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ METADATA = dict( author_email='yomguy@parisson.com', license='Gnu Public License V2', url='http://svn.parisson.org/deefuzzer', - keywords='audio wideo streaming broadcast shout', + keywords='audio video streaming broadcast shout', install_requires = ['setuptools','tinyurl'], packages=['deefuzzer'], include_package_data = True,