diff --git a/setup.py b/setup.py index 20246d8d16e8ec736aadecd41a6942b320d642e9..71fcff81e83aed1c91979a981033d1f9c8ddcaef 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( ] ) #Clean cpp and compiled file -f=False +f=True if f: if os.path.exists("build"): shutil.rmtree("build")