From e35dd4e90abfd762a0b0fe91a8261cf03f1a3824 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 2 Dec 2022 13:28:38 -0500 Subject: [PATCH] while setup.py exists, it's dangerous not to include this certain interactions via setup.py will learn wrong metadata without it --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bf1ba938..c5effb228 100644 --- a/setup.py +++ b/setup.py @@ -1,2 +1,2 @@ from setuptools import setup -setup() +setup(setup_requires=["setuptools_scm>=6.2"])