Commit 3a1d8ee9 authored by Vincent Pelletier's avatar Vincent Pelletier

setup.py: Add more classifiers.

parent d5019df8
......@@ -19,6 +19,9 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
],
zip_safe=True,
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment