From 97b0a793b19a6bb763ce322f4f81f518161e2a5b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 24 Aug 2016 13:34:43 -0400 Subject: Pep8 fixes (#2) * Initial commit of setup.cfg * PEP8 changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f791f1c..9ce4444 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( description='Extract version data from Python [sub]packages/modules', url='https://github.com/spacetelescope/verhawk', license='BSD', - classifiers = [ + classifiers=[ 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', -- cgit