Skip to content

Commit dfdd44f

Browse files
committed
remove excess printout
1 parent 1b0c9ee commit dfdd44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run(self):
6464
sdist.run(self)
6565

6666

67-
print("WHAT WHAT", find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]))
67+
# print("TO COPY", find_packages("src", exclude=["*.tests", "*.tests.*", "tests.*", "tests"]))
6868

6969
setup(
7070
cmdclass={

0 commit comments

Comments
 (0)