From a1508bf914959f972fb13e7605cff4f17b5982fa Mon Sep 17 00:00:00 2001 From: Ted Brookings Date: Tue, 3 Dec 2024 11:34:57 -0500 Subject: [PATCH] One last try --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8ceab9b..458bb3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,9 @@ pytest-cov = "^4.0.0" [tool.poetry.extras] docs = ["sphinx"] +[tool.poetry.build] +generate-setup-file = true + [build-system] requires = ["poetry-core", "setuptools", "cython"] build-backend = "poetry.core.masonry.api"