pep8: E251 no spaces around keyword / parameter equals

This commit is contained in:
jesus m. rodriguez 2012-01-23 15:13:42 -05:00
parent 1a9d4c7daa
commit 1bd37365e9

View file

@ -31,18 +31,18 @@ setup(
package_dir={
'tito': 'src/tito',
},
packages = find_packages('src'),
include_package_data = True,
packages=find_packages('src'),
include_package_data=True,
# non-python scripts go here
scripts = [
scripts=[
'bin/tito',
'bin/tar-fixup-stamp-comment.pl',
'bin/test-setup-specfile.pl',
'bin/generate-patches.pl'
],
classifiers = [
classifiers=[
'License :: OSI Approved :: GNU General Public License (GPL)',
'Development Status :: 2 - Pre-Alpha',
'Environment :: Console',