Skip to content

Commit 98184cb

Browse files
committed
remove requirements.txt and update readme.md
1 parent fecf7d9 commit 98184cb

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

MANIFEST.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
include info.py
22
include version.py
3-
include requirements.txt

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In case that you want to send a custom message:
3434
> slackbot.notify(text="Tako is a sushi", channel="#sushi", username="sushi-bot", icon_emoji=":sushi:")
3535
</pre>
3636

37-
If you want to use richly-formatted massages.
37+
If you want to use richly-formatted massages:
3838

3939
<pre>
4040
> attachments = []
@@ -43,3 +43,8 @@ If you want to use richly-formatted massages.
4343
> slackbot.notify(attachments=attachments)
4444
</pre>
4545

46+
More detail description of message formatting, refer according pages:
47+
48+
- [Message Formatting](https://api.slack.com/docs/formatting)
49+
- [Attachments](https://api.slack.com/docs/attachments)
50+

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
setup_options = info.INFO
1616
setup_options["version"] = version.VERSION
1717
setup_options.update(dict(
18-
install_requires = open('requirements.txt').read().splitlines(),
1918
packages = ['slackbot'],
2019
))
2120

0 commit comments

Comments
 (0)