Skip to content

Commit

Permalink
modify setup.py; adaptation for python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmn committed Dec 4, 2015
1 parent bc3edd0 commit ab52850
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -54,13 +54,13 @@
license='MIT',
zip_safe=False,
classifiers=(
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3'
b'Development Status :: 5 - Production/Stable',
b'Intended Audience :: Developers',
b'Natural Language :: English',
b'License :: OSI Approved :: MIT License',
b'Programming Language :: Python',
b'Programming Language :: Python :: 2.7',
b'Programming Language :: Python :: 3',
b'Programming Language :: Python :: 3.3',
),
)

0 comments on commit ab52850

Please sign in to comment.