Skip to content

Commit ffaf9c3

Browse files
committed
Merge pull request dpkp#243 from wizzat/issue_241
Fixes issue dpkp#241, adds kafka.consumer and kafka.producer packages
2 parents c063e30 + 9b776b2 commit ffaf9c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ def run(cls):
3434
tests_require=test_require,
3535
cmdclass={"test": Tox},
3636

37-
packages=["kafka"],
37+
packages=[
38+
"kafka",
39+
"kafka.consumer",
40+
"kafka.producer",
41+
],
3842

3943
author="David Arthur",
4044
author_email="mumrah@gmail.com",
@@ -58,6 +62,6 @@ def run(cls):
5862
"Programming Language :: Python :: 2.6",
5963
"Programming Language :: Python :: 2.7",
6064
"Programming Language :: Python :: Implementation :: PyPy",
61-
"Topic :: Software Development :: Libraries :: Python Modules"
65+
"Topic :: Software Development :: Libraries :: Python Modules",
6266
]
6367
)

0 commit comments

Comments
 (0)