From ac8b85ea4160707bfd00ea7c17f6105249cbd47a Mon Sep 17 00:00:00 2001 From: Hemanta Pokharel Date: Fri, 29 Apr 2022 16:30:40 +0545 Subject: [PATCH] Add documentation link in setup file --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8fcba0..63b100a 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Seedr don't provide an [API](https://www.seedr.cc/docs/api/rest/v1/) to the free After analyzing the requests sent by the seedr site (old version), I found the seedr-site API (which needs captcha) are quiet similar to that of seedr-chrome and seedr-kode API. So, I just predicted the other endpoints. -``This API works for all users since it uses the seedr-chrome and seedr-kodi API.`` +**This API works for all users since it uses the seedr-chrome and seedr-kodi API.** ## Start guide diff --git a/setup.py b/setup.py index 832b282..d4a28c8 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ install_requires=["requests"], url="https://github.com/hemantapkh/seedrcc", project_urls={ + "Documentation": "https://seedrcc.readthedocs.io/en/latest/", "Issue tracker": "https://github.com/hemantapkh/seedrcc/issues", }, packages=setuptools.find_packages(),