diff options
author | John Anderson <sontek@gmail.com> | 2015-02-10 11:37:55 -0800 |
---|---|---|
committer | John Anderson <sontek@gmail.com> | 2015-02-10 11:37:55 -0800 |
commit | 96bc453da96287915a25989ac525c8c8f10b5b99 (patch) | |
tree | ebe767f046fa4d7d4150b2477ed4a7d6b80bdd14 /setup.py | |
parent | 55f5e77421478c635a778ac98b88fb53faba6396 (diff) | |
download | kafka-python-96bc453da96287915a25989ac525c8c8f10b5b99.tar.gz |
Added py3 to classifiers
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ setup( "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ] |