From 27220d65bbf57a60d65d30f7aa81232c9cd75fd5 Mon Sep 17 00:00:00 2001 From: Ben Dudson Date: Thu, 10 Mar 2022 13:57:43 -0800 Subject: [PATCH] setuptools-git-version not needed If following instructions here https://ingrid.readthedocs.io/en/latest/installation.html then only setuptools is available, not setuptools-git-version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df3e658..bfed52d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='INGRID', version_format='{tag}', - setup_requires=['setuptools-git-version'], + setup_requires=['setuptools'], description='Tokamak edge plasma grid generator', long_description=long_description, long_description_content_type='text/markdown',