Skip to content

Commit

Permalink
Add documentation link in setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh committed Apr 29, 2022
1 parent 872293e commit ac8b85e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit ac8b85e

Please sign in to comment.