From bded757ac8b71df61bef068c320c639ab64f2f06 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Mon, 24 Mar 2025 07:11:04 +0100
Subject: build: switch from setuptools to hatchling

For reproducible builds and also so that you no longer need
`--config-settings editable_mode=compat` for pip install
to make it work with Pyright.
---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 64a852a..b45918e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
 *.pyc
 *.egg-info/
 
-# created by `pip install . --config-settings editable_mode=compat`
-build/
+# created by `python -m venv venv` (listed here for hatchling)
+venv/
 
 # created by `python3 -m build`
 dist/
-- 
cgit v1.2.3