From 7f4786acf862f511897536f0b163811c8c52ec66 Mon Sep 17 00:00:00 2001 From: Graeme Holliday Date: Tue, 8 Oct 2024 17:07:36 -0500 Subject: [PATCH] add build system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 92e01de..3d6f995 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [project] name = "tradestation" version = "0.2"