Commit 44d61f17 authored by Jason R. Coombs's avatar Jason R. Coombs

Also print a message here

parent 07e879f2
...@@ -45,6 +45,7 @@ def build_egg_info(): ...@@ -45,6 +45,7 @@ def build_egg_info():
def run_egg_info(): def run_egg_info():
print("Regenerating egg_info")
subprocess.check_call([sys.executable, 'setup.py', 'egg_info']) subprocess.check_call([sys.executable, 'setup.py', 'egg_info'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment