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