compatible python3

This commit is contained in:
Mathieu Agopian
2013-07-28 00:16:43 +02:00
parent 5ed407560d
commit 971a3a393c
9 changed files with 70 additions and 29 deletions

View File

@@ -25,7 +25,11 @@ if __name__ == '__main__': # ``import setup`` doesn't trigger setup().
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Programming Language :: Python'],
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3'],
keywords='mail callback',
author='Mathieu Agopian',
author_email='mathieu.agopian@gmail.com',