From bf5e8caba54ef6fc1d3ff43be68771dc2c124098 Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Fri, 2 Aug 2024 10:57:18 -0400 Subject: [PATCH] trivial change to invoke deployment of 0.11.0 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a2777529e..ca032262b 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ "You are using %s" % sys.version ) + # This is needed for versioneer to be importable when building with PEP 517. # See and links # therein for more information.