Skip to content

Commit 64b11a7

Browse files
authored
Update setup.py
1 parent f0db4aa commit 64b11a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
author_email="ogbanugot@gmail.com",
2323
license="MIT",
2424
classifiers=[
25-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)"
25+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2626
"Programming Language :: Python",
2727
"Programming Language :: Python :: 3",
2828
],
2929
packages=["avenieca", "avenieca/producers"],
3030
include_package_data=True,
3131
install_requires=["kafka-python", "numpy"],
32-
)
32+
)

0 commit comments

Comments
 (0)