From 8e9df374e4b0cce776e8f01d4c58d7fa8aedfe4a Mon Sep 17 00:00:00 2001 From: idziubenko Date: Fri, 2 Jul 2021 09:52:42 +0300 Subject: [PATCH] removed after setup script --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bc6e35b..bc46d77 100755 --- a/setup.py +++ b/setup.py @@ -116,10 +116,10 @@ packages = [ ] #TODO remove this once actual libs are ported -class my_install(install): - def run(self): - install.run(self) - copy_tree("./libs_crutch", f"{self.install_lib}calculate") +# class my_install(install): +# def run(self): +# install.run(self) +# copy_tree("./libs_crutch", f"{self.install_lib}calculate") setup( name = __app__,