We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0db4aa commit 64b11a7Copy full SHA for 64b11a7
1 file changed
setup.py
@@ -22,11 +22,11 @@
22
author_email="ogbanugot@gmail.com",
23
license="MIT",
24
classifiers=[
25
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
26
"Programming Language :: Python",
27
"Programming Language :: Python :: 3",
28
],
29
packages=["avenieca", "avenieca/producers"],
30
include_package_data=True,
31
install_requires=["kafka-python", "numpy"],
32
-)
+)
0 commit comments