diff options
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']) |