Skip to content

Commit 7f0cc19

Browse files
committed
Do not mention rye in docs
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 38e7c6c commit 7f0cc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This SDK current supports the following versions of CloudEvents:
1313

1414
## Python SDK
1515

16-
Package [**cloudevents**](src/cloudevents) provides primitives to work with
16+
Package [**cloudevents**](src/cloudevents) provides primitives to work with
1717
[CloudEvents specification](https://github.com/cloudevents/spec).
1818

1919
### Installing
@@ -161,13 +161,13 @@ with one of the project's SDKs, please send an email to
161161

162162
## Maintenance
163163

164-
We use [Rye][rye] for dependency and package management, [ruff][ruff] and [isort][isort]
164+
We use [uv][uv] for dependency and package management, [ruff][ruff] and [isort][isort]
165165
for autoformatting and [pre-commit][pre-commit] to automate those with commit
166166
hooks.
167167

168168
For information on releasing version bumps see [RELEASING.md](RELEASING.md)
169169

170-
[rye]: https://rye.astral.sh/
170+
[uv]: https://docs.astral.sh/uv/
171171
[ruff]: https://docs.astral.sh/ruff
172172
[isort]: https://pycqa.github.io/isort/
173173
[pre-commit]: https://pre-commit.com

0 commit comments

Comments
 (0)