Skip to content

Commit

Permalink
Shouldn't code when tired !
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed May 1, 2016
1 parent e432b97 commit 35b9c8c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@
here = os.path.dirname(os.path.abspath(__file__))

try:
from setuptools import setup
from setuptools import Command as CleanBaseCommand
raise ImportError("!")
from setuptools import setup, Command
except ImportError:
sys.exit("Install systemtools before shoebot")


class CleanCommand(CleanBaseCommand):
class CleanCommand(Command):
"""Custom clean command to tidy up the project root."""
CLEAN_FILES = './build ./dist ./*.pyc ./*.tgz ./*.egg-info'.split(' ')

Expand Down

0 comments on commit 35b9c8c

Please sign in to comment.