From c8f0075a3a369e30b096a791ad7bedbf891c9711 Mon Sep 17 00:00:00 2001 From: Surferlul <66851546+Surferlul@users.noreply.github.com> Date: Thu, 3 Dec 2020 01:12:10 +0100 Subject: [PATCH] Delete build.py --- build.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 build.py diff --git a/build.py b/build.py deleted file mode 100644 index 0a8fed6..0000000 --- a/build.py +++ /dev/null @@ -1,15 +0,0 @@ -from subprocess import call -from shutil import rmtree -from os.path import isdir -if isdir(".\\build"): - rmtree(".\\build") -call("python3 setup.py build", shell=True) -print( -""" - -________________________________ -BUILD FINISHED -¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ -""" -) -input() \ No newline at end of file