Skip to content

Commit d9682d5

Browse files
committed
Rename package from rsge-sdk to rsge-python to match PyPI
1 parent f618e7f commit d9682d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python SDK for the **Georgian Revenue Service** (სსიპ შემოსა
1212
## Installation
1313

1414
```bash
15-
pip install rsge-sdk
15+
pip install rsge-python
1616
```
1717

1818
Or install from source:

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Installation
99

1010
```bash
11-
pip install rsge-sdk
11+
pip install rsge-python
1212
```
1313

1414
Or install from source:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=68.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "rsge-sdk"
6+
name = "rsge-python"
77
version = "1.0.0"
88
description = "Python SDK for the Georgian Revenue Service (RS.ge) – WayBill & Customs Declarations API"
99
readme = "README.md"

0 commit comments

Comments
 (0)