From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Tue, 1 Nov 2022 09:05:06 +0000
Subject: Remove versioneer from pyproject.toml

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index eedfe33..9b5a0d5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools >= 40.9.0", "wheel", "oldest-supported-numpy", "versioneer-518"]
+requires = ["setuptools >= 40.9.0", "wheel", "oldest-supported-numpy"]
 build-backend = "setuptools.build_meta"
 
 [tool.black]
