From f3e1a78ca8cb80d8b852fc73eface60a24f66e03 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Wed, 2 Oct 2024 10:02:47 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c1cbba..f8954c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,10 @@ [build-system] -requires = ["setuptools","requests"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" +[tool.setuptools] +py-modules = [] + [project] name = "qdox" version = "0.0.0a0"