From 9569129c957918528c050893cb27ff75ec51cf1a Mon Sep 17 00:00:00 2001 From: asyncon <53700266+asyncon@users.noreply.github.com> Date: Sun, 18 Apr 2021 14:16:29 +1000 Subject: [PATCH] Update minimum version of setuptools-pipfile --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 275e437..f737da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "setuptools-pipfile>=0.5.0rc4"] +requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "setuptools-pipfile>=0.5"] build-backend = "setuptools.build_meta" [tool.black]