From fd564c4c0fa250a42195d874b4b7e1dff7f40e74 Mon Sep 17 00:00:00 2001 From: Q Date: Sat, 12 Apr 2025 21:05:15 +0300 Subject: [PATCH] builder --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9903d45..7535523 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,6 @@ pip: ## Install with pip pipx: ## Install with pipx pipx install -f . +dist: ## Run hatchling + hatchling build