Skip to content

Commit

Permalink
Fixes path in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed Mar 20, 2018
1 parent 7229350 commit ede5677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ede5677

Please sign in to comment.