From ceefd87cf2e1b859dbe5b9469258f201021ef340 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:00:00 +0000 Subject: [PATCH] path --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe10590..5bed089 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = ["setuptools", "wheel", "setuptools-pipfile"] build-backend = "setuptools.build_meta" +[tool.setuptools-pipfile] [tool] -setuptools-pipfile = "Pipfile" \ No newline at end of file +setuptools-pipfile = "../Pipfile" \ No newline at end of file