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(