summaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-02 21:57:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-02 21:57:30 -0500
commitf540606d7fb861e509fb31090a4933b385f86902 (patch)
tree81b1dadc758315bc1888ebe9b89e1cb8a301d4ca /bootstrap.py
parenta5458c714e66061505f48cd2788bcaeb280eebd0 (diff)
downloadpython-setuptools-bitbucket-f540606d7fb861e509fb31090a4933b385f86902.tar.gz
Also print a message here
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 919594f7..60a1b88d 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -45,6 +45,7 @@ def build_egg_info():
def run_egg_info():
+ print("Regenerating egg_info")
subprocess.check_call([sys.executable, 'setup.py', 'egg_info'])