-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to fix module not found on simple_slack_bot.library when using…
… library
- Loading branch information
1 parent
bb6934c
commit a7ae3ac
Showing
9 changed files
with
3 additions
and
19 deletions.
There are no files selected for viewing
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
setup( | ||
name="simple_slack_bot", | ||
packages=["simple_slack_bot"], # this must be the same as the name above | ||
version="1.0.0", | ||
version="1.0.1", | ||
description="Simple Slack Bot makes writing your next Slack bot incredibly easy", | ||
long_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 by simply registering for Slack Events defined by the Slack API", | ||
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/v1.0.0-alpha", | ||
download_url="https://github.com/GregHilston/Simple-Slack-Bot/tarball/v1.0.1-alpha", | ||
keywords=["slack", "bot", "chat", "simple"], # arbitrary keywords | ||
classifiers=[], | ||
install_requires=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.