aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-08-24 13:34:43 -0400
committerGitHub <noreply@github.com>2016-08-24 13:34:43 -0400
commit97b0a793b19a6bb763ce322f4f81f518161e2a5b (patch)
treea9172400ba3fb186c4cfc674b585de559cb57820 /setup.py
parentab8dcebc57c12448977d451af57a30d50b7b6298 (diff)
downloadverhawk-97b0a793b19a6bb763ce322f4f81f518161e2a5b.tar.gz
Pep8 fixes (#2)
* Initial commit of setup.cfg * PEP8 changes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',