diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-24 13:34:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 13:34:43 -0400 |
commit | 97b0a793b19a6bb763ce322f4f81f518161e2a5b (patch) | |
tree | a9172400ba3fb186c4cfc674b585de559cb57820 /setup.py | |
parent | ab8dcebc57c12448977d451af57a30d50b7b6298 (diff) | |
download | verhawk-97b0a793b19a6bb763ce322f4f81f518161e2a5b.tar.gz |
Pep8 fixes (#2)
* Initial commit of setup.cfg
* PEP8 changes
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |