Skip to content

Commit 5e29945

Browse files
committed
[docs] rename to only qlient
1 parent 13f69bf commit 5e29945

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [documentation](https://python.qlient.org) for more details
1414
## Installation
1515

1616
```shell script
17-
pip install python-qlient
17+
pip install qlient
1818
```
1919

2020
## Quick Start

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This package is build with [poetry](https://python-poetry.org/) so installation
44

55
* **Using `pip`**
66
```shell
7-
pip install python-qlient
7+
pip install qlient
88
```
99

1010
* **Using `poetry`**
1111
```shell
12-
poetry add python-qlient
12+
poetry add qlient
1313
```

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "python-qlient"
3-
version = "2.0.0-alpha"
2+
name = "qlient"
3+
version = "0.0.1-alpha"
44
description = "A fast and modern graphql client designed with simplicity in mind."
55
authors = ["Daniel Seifert <[email protected]>"]
66
maintainers = ["Daniel Seifert <[email protected]>"]

0 commit comments

Comments
 (0)