diff options
author | Dana Powers <dana.powers@gmail.com> | 2017-03-06 16:07:22 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-03-06 16:07:22 -0800 |
commit | f8dc1ab7928ee1996caded9d1ce1d235200ea70a (patch) | |
tree | 189d35ca8af77484a2ae8c9c8e0469b9eaef9578 /setup.py | |
parent | ebb6c3bd85638d4f09c0b392a7de65c63a8a20da (diff) | |
download | kafka-python-f8dc1ab7928ee1996caded9d1ce1d235200ea70a.tar.gz |
Add python3.6 support to pypi metadata
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ setup( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ] |