Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ The directory structure is relatively flat, except for the single `src/builtins`

## Developing for `mistql` on pypi

`mistql` is a fairly standard python package managed with [poetry](https://python-poetry.org/).
`mistql` is a fairly standard python package managed with [uv](https://github.com/astral-sh/uv).

Tests can be run using pytest, e.g. `poetry run pytest` from within the `/py` directory.
Tests can be run using pytest, e.g. `uv run pytest` from within the `/py` directory.

## Developing for `mistql` on crates.io

Expand Down
Loading