Also print a message here

This commit is contained in:
Jason R. Coombs 2015-01-02 21:57:30 -05:00
parent 07e879f2f2
commit 44d61f17fe
1 changed files with 1 additions and 0 deletions

View File

@ -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'])