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