Skip to content

Commit

Permalink
Oops, that trailing comma is _important_
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 9, 2018
1 parent 7ab134d commit e8f54e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
import os
import re
import sys

from setuptools import setup


if sys.version_info < (2, 7):
sys.exit("Python 2.7 or newer is required for check-manifest")

Expand Down Expand Up @@ -44,7 +46,7 @@
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License'
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit e8f54e4

Please sign in to comment.