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__,