From f6f9d801314bf109e4455a16d881476b25870c51 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Fri, 31 Mar 2023 15:18:06 -0400 Subject: [PATCH] fix build --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6cf861..2cb418f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,9 @@ classifiers = [ "Intended Audience :: Researcher" ] repository = "https://github.com/cimatosa/stocproc" -build = 'build.py' + +[tool.poetry.build] +script = "build.py" generate-setup-file = true [tool.poetry.dependencies]