| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/rocketapi-io/rocketapi-python/main/setup.py | [Back] [Original] |
import setuptools
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"],
)
| Web Proxy Viewer | New URL | Original Page |