simplify documentation

This commit is contained in:
simon 2022-08-12 14:25:08 +07:00
parent 17980b6940
commit 967e8f37f6
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
# 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_SHORT.md", "r", encoding="utf-8") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(