diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 21:57:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 21:57:30 -0500 |
commit | 44d61f17fe8c04fc6046fe04a88a076a49ce6c2e (patch) | |
tree | bc73ce657d50b2636923fa39b90b594e313df9ed /bootstrap.py | |
parent | 07e879f2f26d85bbb5c7437e7b1ff714774b3ed3 (diff) | |
download | external_python_setuptools-44d61f17fe8c04fc6046fe04a88a076a49ce6c2e.tar.gz external_python_setuptools-44d61f17fe8c04fc6046fe04a88a076a49ce6c2e.tar.bz2 external_python_setuptools-44d61f17fe8c04fc6046fe04a88a076a49ce6c2e.zip |
Also print a message here
Diffstat (limited to 'bootstrap.py')
-rw-r--r-- | bootstrap.py | 1 |
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']) |