1
0
mirror of https://github.com/huggingface/knockknock.git synced 2021-08-28 00:30:42 +03:00

update readme and setup

This commit is contained in:
VictorSanh
2019-12-03 16:55:34 -05:00
parent 2b190ab5f5
commit 019f9a6980
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ This code has only been tested with Python >= 3.6.
The library is designed to be used in a seamless way, with minimal code modification: you only need to add a decorator on top your main function call. The return value (if there is one) is also reported in the notification.
There are currently *six* ways to setup notifications:
There are currently *seven* ways to setup notifications:
| Platform | External Contributors |
|:---:|:---:|
@@ -28,6 +28,7 @@ There are currently *six* ways to setup notifications:
| [Microsoft Teams](#microsoft-teams) | [@noklam](https://github.com/noklam) |
| [Text Message](#text-message-(sms)) | [@abhishekkrthakur](https://github.com/abhishekkrthakur) |
| [Discord](#discord) | [@watkinsm](https://github.com/watkinsm) |
| [Desktop](#desktop-notification) | [@atakanyenel](https://github.com/atakanyenel) |
### Email

View File

@@ -3,7 +3,7 @@ from io import open
setup(
name='knockknock',
version='0.1.5',
version='0.1.6',
description='Be notified when your training is complete with only two additional lines of code',
long_description=open('README.md', 'r', encoding='utf-8').read(),
long_description_content_type='text/markdown',