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(