From 0bb00b3f0f8eab9c68311d23f734f6769a0ead1b Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 1 May 2025 21:45:18 +0200 Subject: Fix pyproject and update README for uv --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 2d11b0e..394bf67 100644 --- a/README.rst +++ b/README.rst @@ -73,20 +73,20 @@ Viewstate HMAC signatures are also supported. In case there are any remaining by Development ----------- -Development packages can be installed with ``poetry``. Unit tests, lints and code formatting tasks can be run with: +Development packages can be installed with ``uv``. Unit tests, lints and code formatting tasks can be run with: .. code-block:: shell - $ poetry install - $ poetry run pytest - $ poetry run ruff + $ uv sync --group dev + $ uv run pytest + $ uv run ruff For PyPI releases, run build and publish: .. code-block:: shell - $ poetry build - $ poetry publish + $ uv build + $ uv publish Note that for uploading a new package version, a valid PyPI auth token should be configured. -- cgit v1.3.1