removed after setup script

master 3.7.0
idziubenko 3 years ago
parent 9f0d1acbf8
commit 8e9df374e4

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

Loading…
Cancel
Save