Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Wilson committed Nov 30, 2017
1 parent ca409e8 commit b491789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include LICENSE.md
include LICENSE
include README.md
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


__version__ = "0.0.6"
__version__ = "0.0.7"


setup(
Expand All @@ -27,6 +27,8 @@
],
packages=[
"franz",
"franz.kafka",
"franz.rabbitmq",
],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit b491789

Please sign in to comment.