Skip to content

Commit

Permalink
Merge fd6440a into 42c843f
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Feb 18, 2021
2 parents 42c843f + fd6440a commit e19225e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# This file is managed by 'repo_helper'. Don't edit it directly.

# stdlib
import shutil
import sys

# 3rd party
Expand All @@ -19,3 +20,5 @@
py_modules=[],
version=__version__,
)

shutil.rmtree("repo_helper.egg-info", ignore_errors=True)

0 comments on commit e19225e

Please sign in to comment.