From b5e275087b4ff212f4c37be67581ae503b83331a Mon Sep 17 00:00:00 2001 From: amrukwa Date: Mon, 20 Dec 2021 18:58:25 +0100 Subject: [PATCH] Fix pyproject typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c22394..0692d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,6 @@ fit-clusters = "divik._cli.fit_clusters:main" requires = [ "poetry-core>=1.0.0", "numpy>=0.12.1", - setuptools = "^60.0.0" + "setuptools=^60.0.0" ] build-backend = "poetry.core.masonry.api"