Skip to content

Commit

Permalink
Fix message in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed May 3, 2018
1 parent 6d68097 commit 13c2370
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 @@ -33,7 +33,7 @@
try:
from setuptools import setup, Command
except ImportError:
sys.exit("Install systemtools before shoebot")
sys.exit("Install setuptools before shoebot")


class CleanCommand(Command):
Expand Down

0 comments on commit 13c2370

Please sign in to comment.