Skip to content

Commit

Permalink
Updated __init__.py to include the SlackRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHilston committed Jun 2, 2017
1 parent 3ea92b9 commit 1e3ee63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
setup(
name = "simple_slack_bot",
packages = ["simple_slack_bot"], # this must be the same as the name above
version = "0.3.1",
version = "0.3.2",
description = "Simple Slack Bot makes writing your next Slack bot incredibly easy. By factoring out common functionality all Slack Bots require, you can focus on writing your business logic.",
author = "Greg Hilston",
author_email = "[email protected]",
url = "https://github.com/GregHilston/Simple-Slack-Bot", # use the URL to the github repo
download_url = "https://github.com/GregHilston/Simple-Slack-Bot/tarball/v0.3.0-alpha",
download_url = "https://github.com/GregHilston/Simple-Slack-Bot/tarball/v0.3.2-alpha",
keywords = ["slack", "bot", "chat", "simple"], # arbitrary keywords
classifiers = [],
install_requires=[
Expand Down
1 change: 1 addition & 0 deletions simple_slack_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .simple_slack_bot import SimpleSlackBot
from .slack_request import SlackRequest

0 comments on commit 1e3ee63

Please sign in to comment.