Add missing classifiers

This commit is contained in:
Bastian Kleineidam 2015-12-08 22:01:56 +01:00
parent 3a04121d03
commit c225a879e2
1 changed files with 4 additions and 0 deletions

View File

@ -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,