FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rocketapi-python/setup.py at main · rocketapi-io/rocketapi-python · GitHub
rocketapi-io
/
rocketapi-python
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
43
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
rocketapi-python
/
setup.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (12 loc) · 416 Bytes
Breadcrumbs
rocketapi-python
/
setup.py
Copy path
File metadata and controls
14 lines (12 loc) · 416 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
],
)
Back
|
FazBrowse Home
|
New Git URL