From a6aea18065f6a8a0183fadec39ee1de669824f6b Mon Sep 17 00:00:00 2001 From: Neriya Cohen <42520786+neriyaco@users.noreply.github.com> Date: Sun, 15 Feb 2026 14:36:27 +0200 Subject: [PATCH] Remove comment about meson --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fb97f34..9367179 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ so make sure you don't override an existing function, unless, of course, it is w We use [Hatch](https://hatch.pypa.io/latest/) to manage the build environment, and [mesonpy]( https://github.com/mesonbuild/meson-python) to build the package. -> **Note:** Currently, we use unreleased mesonpy features, so we install it from git. First, install Hatch: https://hatch.pypa.io/latest/install/. We recommend using [pipx](https://hatch.pypa.io/latest/install/#pipx).