- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
14 lines (12 loc) · 416 Bytes
/
Copy pathsetup.py
File metadata and controls
14 lines (12 loc) · 416 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
importsetuptools
setuptools.setup(
name="rocketapi",
version="1.0.13",
author="RocketAPI",
author_email="developer@rocketapi.io",
description="RocketAPI Python SDK",
packages=["rocketapi"],
url="https://github.com/rocketapi-io/rocketapi-python",
download_url="https://github.com/rocketapi-io/rocketapi-python/archive/refs/tags/v1.0.13.tar.gz",
install_requires=["requests"],
)