From 5c85697da7c24bb70d72e9883004f2974a3b7e46 Mon Sep 17 00:00:00 2001 From: Abdrakhman <54412983+guitvcer@users.noreply.github.com> Date: Thu, 13 Mar 2025 14:03:50 +0500 Subject: [PATCH] Set `hatchling` as the build system for `ts_utils` (#13622) --- lib/pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/pyproject.toml b/lib/pyproject.toml index c72817077..34720aa9a 100644 --- a/lib/pyproject.toml +++ b/lib/pyproject.toml @@ -1 +1,9 @@ # Utilities for typeshed infrastructure scripts. + +[project] +name = "ts_utils" +version = "0.0.0" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build"