Skip to content

Commit 0e67614

Browse files
committed
docs: update compliance version to 1.1.0 and installation instructions in README.md
Signed-off-by: Frost Ming <me@frostming.com>
1 parent ff859ea commit 0e67614

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# TOML Kit - Style-preserving TOML library for Python
1515

16-
TOML Kit is a **1.0.0-compliant** [TOML](https://toml.io/) library.
16+
TOML Kit is a **1.1.0-compliant** [TOML](https://toml.io/) library.
1717

1818
It includes a parser that preserves all comments, indentations, whitespace and internal element ordering,
1919
and makes them accessible and editable via an intuitive API.
@@ -28,11 +28,17 @@ See the [documentation](https://tomlkit.readthedocs.io/) for more information.
2828

2929
## Installation
3030

31-
If you are using [Poetry](https://poetry.eustace.io),
31+
If you are using [uv](https://docs.astral.sh/uv), you can
3232
add `tomlkit` to your `pyproject.toml` file by using:
3333

3434
```bash
35-
poetry add tomlkit
35+
uv add tomlkit
36+
```
37+
38+
Or just:
39+
40+
```bash
41+
uv pip install tomlkit
3642
```
3743

3844
If not, you can use `pip`:

0 commit comments

Comments
 (0)