]> git.parisson.com Git - deefuzzer.git/commitdiff
fix setup
authoryomguy <yomguy@parisson.com>
Thu, 19 Apr 2012 08:19:48 +0000 (10:19 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 19 Apr 2012 08:19:48 +0000 (10:19 +0200)
setup.py

index d6d939418e963507af1d6077e0546f32d95bbbd1..12ddc0e25758ac760440de19fe54f3598cf9a5e6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,11 @@
 '''The setup and build script for the library.'''
 
 from setuptools import setup, find_packages
-import os
 import deefuzzer
 
-CLASSIFIERS = ['Programming Language :: Python', 
-                'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 
-                'Topic :: Multimedia :: Sound/Audio', 
+CLASSIFIERS = ['Programming Language :: Python',
+                'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
+                'Topic :: Multimedia :: Sound/Audio',
                 'Topic :: Multimedia :: Sound/Audio :: Players',]
 
 setup(
@@ -21,12 +20,12 @@ setup(
   author_email = "yomguy@parisson.com",
   version = deefuzzer.__version__,
   install_requires = [
-        'setuptools', 
-        'tinyurl', 
-        'python-shout', 
-        'python-twitter', 
-        'mutagen', 
-        'pyliblo', 
+        'setuptools',
+        'tinyurl',
+        'python-shout',
+        'python-twitter',
+        'mutagen',
+        'pyliblo',
         'pycurl',
   ],
   platforms=['OS Independent'],