Set hatchling as the build system for ts_utils (#13622)

This commit is contained in:
Abdrakhman
2025-03-13 14:03:50 +05:00
committed by GitHub
parent 8bc9a65367
commit 5c85697da7
+8
View File
@@ -1 +1,9 @@
# Utilities for typeshed infrastructure scripts.
[project]
name = "ts_utils"
version = "0.0.0"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"