Fix setup.py classifiers list

This commit is contained in:
Franck Nijhof 2017-08-27 22:12:07 +02:00
parent c99be2614b
commit 208a60596e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -22,12 +22,12 @@ setup(
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License'
'Programming Language :: Python :: 2'
'Programming Language :: Python :: 3'
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Build Tools',
'Topic :: System',
'Topic :: Utilities',
'Topic :: Utilities'
],
packages=find_packages(),
requires=["six"],