From 9f0e24f2183cd9aaab40bbcf3fbc818f3da0266a Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 7 Feb 2023 23:15:46 +0000 Subject: [PATCH] toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8eb19c..a6a5cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,4 +2,4 @@ requires = ["setuptools", "wheel", "setuptools-pipfile"] build-backend = "setuptools.build_meta" [tool] -setuptools-pipfile = "../Pipfile" \ No newline at end of file +setuptools-pipfile = "../../Pipfile" \ No newline at end of file