From f686967bf3516ed284e9f49ca84cb691d2e9f2c0 Mon Sep 17 00:00:00 2001 From: Joel Yancey Date: Thu, 30 Mar 2023 15:00:37 -0700 Subject: [PATCH] fix pip installation --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2716cf7c0..457bf3992 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,5 @@ ) - if __name__=="__main__": setup()