Skip to content

Commit

Permalink
Changed license classifiers for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit Budhraja committed Nov 23, 2019
1 parent 3553a0a commit a91c665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="kafka_handler",
version="1.0.0",
version="1.0.1",
author="Harshit Budhraja",
author_email="harshitbudhraja1301@gmail.com",
description="A simple Kafka wrapper based on confluent_kafka python client.",
Expand All @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU GPL v3",
"Operating System :: OS Independent",
],
install_requires=['confluent_kafka;python_version>="3.6"'],
Expand Down

0 comments on commit a91c665

Please sign in to comment.