Skip to content

Commit 4e6ac89

Browse files
committed
Rename projext to caterpillar-py
1 parent b6ea60f commit 4e6ac89

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ pip install caterpillar-py
9191
### Python-only installation
9292

9393
```bash
94-
pip install "caterpillar[all]@git+https://github.com/MatrixEditor/caterpillar"
94+
pip install "caterpillar-py[all]@git+https://github.com/MatrixEditor/caterpillar"
9595
```
9696

9797
### Installation + C-extension
9898

9999
```bash
100-
pip install "caterpillar[all]@git+https://github.com/MatrixEditor/caterpillar/#subdirectory=src/ccaterpillar"
100+
pip install "caterpillar-py[all]@git+https://github.com/MatrixEditor/caterpillar/#subdirectory=src/ccaterpillar"
101101
```
102102

103103

docs/sphinx/source/installing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ have to install the corresponding extra. It can be done using pip again:
4646

4747
.. code-block:: bash
4848
49-
pip install "caterpillar[$NAME]@git+https://github.com/MatrixEditor/caterpillar.git"
49+
pip install "caterpillar-py[$NAME]@git+https://github.com/MatrixEditor/caterpillar.git"
5050
5151
where :code:`$NAME` refers to
5252

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-dir = "build/{wheel_tag}"
77
cmake.source-dir = "."
88

99
[project]
10-
name = "caterpillar"
10+
name = "caterpillar-py"
1111
version = "2.6.3"
1212
requires-python = ">=3.10"
1313
description = "Library to pack and unpack structurized binary data."

0 commit comments

Comments
 (0)