Skip to content

Commit

Permalink
Fix pep8 warning in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Feb 26, 2015
1 parent c15915a commit 08289dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def read_version():
'aiozmq-proxy = aiozmq.cli.proxy:main',
],
},
include_package_data = True)
include_package_data=True)

0 comments on commit 08289dd

Please sign in to comment.