compatible python3
This commit is contained in:
6
setup.py
6
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user