From 2837c58f4a1b6441f9ecfe2cae89bd4a96e850db Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 21 Feb 2015 23:08:22 -0500 Subject: Fix outstanding flake8 issues --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4e841c7..8546eca 100644 --- a/setup.py +++ b/setup.py @@ -14,10 +14,11 @@ setup( open('HISTORY.rst').read()), license='ISC', packages=['dotfiles'], - entry_points = ''' - [console_scripts] - dotfiles=dotfiles.cli:main - ''', + entry_points={ + 'console_scripts': [ + 'dotfiles=dotfiles.cli:main', + ], + }, classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 3', -- cgit v1.2.3