fixed nit in setup.py

This commit is contained in:
Corey Goldberg 2015-09-20 11:45:52 -04:00
parent 5162ab815b
commit 739f7865f2
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ setup(
'Operating System :: Unix',
'Operating System :: POSIX :: Linux',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License'
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',