From a34b24ec907a11e9b43d3c465f4a1ba1ec1ab99e Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 23 Apr 2024 15:58:04 -0400 Subject: [PATCH] Add build system (#133) --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index beee791..b003316 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,11 @@ dev = [ ] +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" + + [tool.ruff] line-length = 88 target-version = "py38"