]> git.parisson.com Git - deefuzzer.git/commitdiff
fix desc
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 13:21:11 +0000 (13:21 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 31 May 2011 13:21:11 +0000 (13:21 +0000)
README.rst
setup.py

index 7cb265fefd1401183477fdc409c1097bcadf90ec..baada6299f7de4d4c06e5b8dc1ded8b44dbe1a79 100644 (file)
@@ -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
 
index de5b46536253d582704afe70230ff6df37aa5da5..a632e0d14a3f83445f6393a7f45f560c1b3253f2 100644 (file)
--- 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,