Skip to content

Commit 5c85697

Browse files
authored
Set hatchling as the build system for ts_utils (#13622)
1 parent 8bc9a65 commit 5c85697

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

lib/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# Utilities for typeshed infrastructure scripts.
2+
3+
[project]
4+
name = "ts_utils"
5+
version = "0.0.0"
6+
7+
[build-system]
8+
requires = ["hatchling"]
9+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)