Skip to content

Commit

Permalink
remove excess printout
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed May 16, 2023
1 parent 1b0c9ee commit dfdd44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit dfdd44f

Please sign in to comment.