Project import generated by Copybara.

GitOrigin-RevId: 19a829ffd755edb43e54d20c0e7b9348512d5108
This commit is contained in:
MediaPipe Team
2022-05-05 19:57:20 +00:00
committed by schmidt-sebastian
parent c6c80c3745
commit 7fb37c80e8
136 changed files with 2572 additions and 555 deletions
+2 -1
View File
@@ -412,7 +412,8 @@ class RemoveGenerated(setuptools.Command):
os.remove(MP_THIRD_PARTY_BUILD)
shutil.move(_get_backup_file(MP_THIRD_PARTY_BUILD), MP_THIRD_PARTY_BUILD)
for init_py in DIR_INIT_PY_FILES:
os.remove(init_py)
if os.path.exists(init_py):
os.remove(init_py)
setuptools.setup(