simplify documentation with link to github only

This commit is contained in:
simon 2022-01-05 13:34:45 +07:00
parent bf5e7404b8
commit 10b9b6f0fe
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 9 additions and 1 deletions

8
README_SHORT.md Normal file
View File

@ -0,0 +1,8 @@
# RYD Client
Python client library for the **Return YouTube Dislike API**:
- [https://returnyoutubedislike.com/](https://returnyoutubedislike.com/)
- [https://github.com/Anarios/return-youtube-dislike/](https://github.com/Anarios/return-youtube-dislike/)
Documentation and usage examples are on [GitHub](https://github.com/bbilly1/ryd-client).

View File

@ -2,7 +2,7 @@
import setuptools
with open("README.md", "r", encoding="utf-8") as fh:
with open("README_SHORT.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(