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 1/2] 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} +) From 4d92959a1de59c107c3d2bae40e0d32abdfd9618 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 10:51:27 +0300 Subject: [PATCH 2/2] Remove bak --- pym/consolegui/variables/__init__.py.bak | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pym/consolegui/variables/__init__.py.bak diff --git a/pym/consolegui/variables/__init__.py.bak b/pym/consolegui/variables/__init__.py.bak deleted file mode 100644 index f4f1964..0000000 --- a/pym/consolegui/variables/__init__.py.bak +++ /dev/null @@ -1,19 +0,0 @@ -#-*- coding: utf-8 -*- - -# Copyright 2012-2016 Mir Calculate. http://www.calculate-linux.org -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -import console - -section = "consolegui"