diff --git a/setup.py b/setup.py index f2143cd..5ad5d46 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ def finalize_options(self): def run(self): try: self.status('Removing previous builds…') - rmtree(os.path.join(here, 'dist')) + rmtree(os.path.join(current_path, 'dist')) except OSError: pass