setup: We now support Python 3 too!

This commit is contained in:
Daniele Sluijters
2014-03-13 12:05:19 +01:00
parent fbf36dca8e
commit 693763d03d

View File

@@ -45,5 +45,8 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
],
)