From b7fdedcfff40e9754e68496963b60ac265f25725 Mon Sep 17 00:00:00 2001 From: yaroslav sokolov Date: Fri, 17 Feb 2023 12:05:34 +0100 Subject: [PATCH] Add suggestion from https://github.com/python-poetry/poetry/issues/7470 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bed9d0..44ce578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "youtokentome" -version = "1.0.7" # Also presented in setup.py +version = "1.0.8" # Also presented in setup.py description = "FL version of YTTM" license = "MIT" authors = ["Ivan Belonogov"] @@ -18,7 +18,10 @@ classifiers = [ "Programming Language :: Cython", "Programming Language :: C++", ] -build = "build.py" + +[tool.poetry.build] +script = "build.py" +generate-setup-file = true [tool.poetry.dependencies] python = "^3.6"