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:
@@ -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
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user