Skip to content

Commit ed29a9a

Browse files
committed
fix
1 parent 1770b24 commit ed29a9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
version="1.0.0",
77
author="RocketAPI",
88
author_email="[email protected]",
9-
description="RocketAPI Python Wrapper",
10-
packages=["rocketapi"]
9+
description="RocketAPI Python SDK",
10+
packages=["rocketapi"],
11+
url="https://github.com/rocketapi-io/rocketapi-python",
12+
install_requires=["requests"]
1113
)

0 commit comments

Comments
 (0)