diff -r b1390453f87a -r 97ab7b3191cf src/ldt/setup.py --- a/src/ldt/setup.py Fri Jan 28 21:33:43 2011 +0100 +++ b/src/ldt/setup.py Sat Jan 29 06:46:14 2011 +0100 @@ -32,12 +32,12 @@ data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]]) setup( - name = 'Ldt', - version = version, - author = 'Yves-Marie Haussonne (IRI)', - author_email = 'contact@iri.centrepompidou.fr', - packages = packages, - data_files = data_files, + name='Ldt', + version=version, + author='Yves-Marie Haussonne (IRI)', + author_email='contact@iri.centrepompidou.fr', + packages=packages, + data_files=data_files, # package_data = { # '': [ # 'media/*', @@ -47,13 +47,13 @@ # 'templates/cms/admin/cms/page/*.html', # ] # }, - scripts =[], - url = 'https://www.iri.centrepompidou.fr/dev/hg/platform', - license = 'LICENSE.txt', - description = 'Platform ldt', - long_description = open('README.txt').read(), - zip_safe = False, - classifiers = ['Development Status :: 5 - Production/Stable', + scripts=[], + url='https://www.iri.centrepompidou.fr/dev/hg/platform', + license='LICENSE.txt', + description='Platform ldt', + long_description=open('README.txt').read(), + zip_safe=False, + classifiers=['Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',