From 10b9b6f0fe0ba5d022375eed301f25ab51c31109 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 5 Jan 2022 13:34:45 +0700 Subject: [PATCH] simplify documentation with link to github only --- README_SHORT.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README_SHORT.md diff --git a/README_SHORT.md b/README_SHORT.md new file mode 100644 index 0000000..fef2cbd --- /dev/null +++ b/README_SHORT.md @@ -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). \ No newline at end of file diff --git a/setup.py b/setup.py index ec68a4e..1c37591 100644 --- a/setup.py +++ b/setup.py @@ -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(