We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1770b24 commit ed29a9aCopy full SHA for ed29a9a
setup.py
@@ -6,6 +6,8 @@
6
version="1.0.0",
7
author="RocketAPI",
8
author_email="developer@rocketapi.io",
9
- description="RocketAPI Python Wrapper",
10
- packages=["rocketapi"]
+ description="RocketAPI Python SDK",
+ packages=["rocketapi"],
11
+ url="https://github.com/rocketapi-io/rocketapi-python",
12
+ install_requires=["requests"]
13
)
0 commit comments