From 92c1aff41eef587d5facabb7892d61dda105e1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 2 Jul 2021 09:58:01 +0300 Subject: [PATCH] Fix setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bc46d77..481b02c 100755 --- a/setup.py +++ b/setup.py @@ -133,5 +133,5 @@ setup( package_dir = {'calculate.consolegui': "pym/consolegui"}, packages = packages, scripts = (glob('bin/*')), - cmdclass={'install_data': install_data, "install" : my_install} -) \ No newline at end of file + cmdclass={'install_data': install_data} +)