diff --git a/setup.py b/setup.py index c8e4f0c..e2f2c40 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,10 @@ #!/usr/bin/env python -'''Setuptools params''' +"Setuptools params" from setuptools import setup, find_packages from os.path import join -scripts = [join('bin', filename) for filename in - ['mn']] +scripts = [ join( 'bin', filename ) for filename in [ 'mn' ] ] modname = distname = 'mininet' @@ -16,7 +15,7 @@ setup( author='Bob Lantz', author_email='rlantz@cs.stanford.edu', packages=find_packages(exclude='test'), - long_description="""\ + long_description=""" Insert longer description here. """, classifiers=[