From c1ba0899435c1c6208e86fb5a9f5017729438b84 Mon Sep 17 00:00:00 2001 From: rickstaa Date: Fri, 4 Dec 2020 10:02:18 +0100 Subject: [PATCH] :wrench: Updates pyproject.toml file Removes commands related to the setuptools_scm package. --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4e62b61..8b26f06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,4 @@ # These are the assumed default build requirements from pip: # https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support requires = ["setuptools>=42", "wheel"] -build-backend = "setuptools.build_meta" - -[tool.setuptools_scm] -write_to = "simzoo/version.py" \ No newline at end of file +build-backend = "setuptools.build_meta" \ No newline at end of file