We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c063e30 + 9b776b2 commit ffaf9c3Copy full SHA for ffaf9c3
setup.py
@@ -34,7 +34,11 @@ def run(cls):
34
tests_require=test_require,
35
cmdclass={"test": Tox},
36
37
- packages=["kafka"],
+ packages=[
38
+ "kafka",
39
+ "kafka.consumer",
40
+ "kafka.producer",
41
+ ],
42
43
author="David Arthur",
44
author_email="mumrah@gmail.com",
@@ -58,6 +62,6 @@ def run(cls):
58
62
"Programming Language :: Python :: 2.6",
59
63
"Programming Language :: Python :: 2.7",
60
64
"Programming Language :: Python :: Implementation :: PyPy",
61
- "Topic :: Software Development :: Libraries :: Python Modules"
65
+ "Topic :: Software Development :: Libraries :: Python Modules",
66
]
67
)
0 commit comments