declare Python3 support in wheel and trove

This commit is contained in:
Thomas Grainger
2016-04-18 10:38:22 +01:00
parent 2c7fcf9e62
commit 4ba2eb6981
3 changed files with 11 additions and 3 deletions

View File

@@ -16,6 +16,13 @@ classifiers = ['Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Debuggers',
'Topic :: Software Development :: Libraries :: Python Modules',
]