python: add Python 3 support into classifiers of setup.py

This commit is contained in:
Nguyen Anh Quynh 2014-11-18 10:45:21 +08:00
parent f32d08a7ec
commit 7f6d4a932f

View File

@ -168,6 +168,7 @@ setup(
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
],
requires=['ctypes'],
cmdclass=dict(