From dfdd44f458df309989421da3587fbcc3df61e576 Mon Sep 17 00:00:00 2001 From: dehann Date: Mon, 15 May 2023 21:30:56 -0700 Subject: [PATCH] remove excess printout --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc1c113..a980874 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ def run(self): sdist.run(self) -print("WHAT WHAT", find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"])) +# print("TO COPY", find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"])) setup( cmdclass={