Skip to content

Commit

Permalink
Include broker package in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLM committed Sep 3, 2017
1 parent a8801be commit 93ae3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
keywords='task queue jobs redis',

packages=find_packages(include=('spinach',)),
packages=find_packages(include=('spinach', 'spinach.*')),
install_requires=[
'redis'
],
Expand Down
2 changes: 1 addition & 1 deletion spinach/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.0.2.dev1'
VERSION = '0.0.2'

DEFAULT_QUEUE = 'spinach'
DEFAULT_NAMESPACE = 'spinach'
Expand Down

0 comments on commit 93ae3e8

Please sign in to comment.