Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Feb 18, 2021
1 parent 42c843f commit fd6440a
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 fd6440a

Please sign in to comment.