Skip to content

Commit 06b7f3d

Browse files
csmplatformsjoubert
andcommitted
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@ed2dbe6)
Co-authored-by: sjoubert <sjoubert@users.noreply.github.com>
1 parent 2e80f4c commit 06b7f3d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Python 3.9+
1919
If the python package is hosted on a repository, you can install directly using:
2020

2121
```sh
22-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
22+
pip install git+https://github.com/Cosmo-Tech/cosmotech-api-python-client.git
2323
```
24-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
24+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/Cosmo-Tech/cosmotech-api-python-client.git`)
2525

2626
Then import the package:
2727
```python

git_push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ if [ "$git_host" = "" ]; then
1414
fi
1515

1616
if [ "$git_user_id" = "" ]; then
17-
git_user_id="GIT_USER_ID"
17+
git_user_id="Cosmo-Tech"
1818
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
1919
fi
2020

2121
if [ "$git_repo_id" = "" ]; then
22-
git_repo_id="GIT_REPO_ID"
22+
git_repo_id="cosmotech-api-python-client"
2323
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
2424
fi
2525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Cosmo Tech Platform API"
55
authors = ["Repository <platform@cosmotech.com>"]
66
license = "MIT License"
77
readme = "README.md"
8-
repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
8+
repository = "https://github.com/Cosmo-Tech/cosmotech-api-python-client"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "Cosmo Tech Platform API"]
1010
include = ["cosmotech_api/py.typed"]
1111

0 commit comments

Comments
 (0)