Skip to content

Commit

Permalink
Fix package definition
Browse files Browse the repository at this point in the history
  • Loading branch information
iky committed Feb 11, 2017
1 parent a3ebd81 commit cd19582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

setup(
name='nameko-slack',
version='0.0.1',
version='0.0.2',
description='Nameko extension for interaction with Slack APIs',
author='Ondrej Kohout',
author_email='ondrej.kohout@gmail.com',
url='http://github.com/iky/nameko-slack',
py_modules=['nameko_slack'],
packages=['nameko_slack'],
install_requires=[
"nameko>=2.4.4",
"slackclient>=1.0.4",
Expand Down

0 comments on commit cd19582

Please sign in to comment.