Add missing classifiers
This commit is contained in:
parent
3a04121d03
commit
c225a879e2
4
setup.py
4
setup.py
|
@ -237,8 +237,12 @@ installed.
|
|||
'Topic :: System :: Archiving',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Operating System :: OS Independent',
|
||||
],
|
||||
distclass = MyDistribution,
|
||||
|
|
Loading…
Reference in New Issue