From 917831ba6bd46b854eed7d47be9c1f9fab85ca09 Mon Sep 17 00:00:00 2001 From: hreikin Date: Fri, 29 Nov 2024 21:09:10 +0000 Subject: [PATCH] Add build section. --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 423ec7a..ec3def2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,4 +15,8 @@ classifiers = [ [project.urls] Homepage = "https://github.com/hreikin/p2pool-api" -Issues = "https://github.com/hreikin/p2pool-api/issues" \ No newline at end of file +Issues = "https://github.com/hreikin/p2pool-api/issues" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" \ No newline at end of file