Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea authored Oct 1, 2024
1 parent 9e6adb5 commit 8305d2e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,18 @@ def read(fname, version=False):
long_description_content_type="text/markdown",
author="TeamKillerX",
author_email="[email protected]",
url="https://github.com/TeamKillerX/RyuzakiLib/",
keywords=["API", "RyuzakiLib", "Ryuzaki_Library", "Ryuzaki-API"],
url="https://api.randydev.my.id",
project_urls={
"Docs": "https//docs.randydev.my.id",
"Source": "https://github.com/TeamKillerX/RyuzakiLib/",
"Issues": "https://github.com/TeamKillerX/RyuzakiLib/issues",
},
keywords=[
"API",
"RyuzakiLib",
"Ryuzaki_Library",
"Ryuzaki-API"
],
install_requires=[
"requests",
"aiohttp",
Expand Down

0 comments on commit 8305d2e

Please sign in to comment.