From 967e8f37f62c2bde728417e33c095e928c7c09b3 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 12 Aug 2022 14:25:08 +0700 Subject: [PATCH] simplify documentation --- README_SHORT.md | 8 -------- setup.py | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 README_SHORT.md diff --git a/README_SHORT.md b/README_SHORT.md deleted file mode 100644 index fef2cbd..0000000 --- a/README_SHORT.md +++ /dev/null @@ -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). \ No newline at end of file diff --git a/setup.py b/setup.py index 29c12c6..41f2424 100644 --- a/setup.py +++ b/setup.py @@ -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(