Skip to content

Commit 93be441

Browse files
committed
add note that the file is generated
1 parent f5ef9d3 commit 93be441

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/private/zipapp/zip_main_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Template for the __main__.py file inserted into zip files
22
#
3+
# Generated file from @rules_python//python/private/zipapp:zip_main_template.py
4+
#
35
# NOTE: This file is a "stage 1" bootstrap, so it's responsible for locating the
46
# desired runtime and having it run the stage 2 bootstrap. This means it can't
57
# assume much about the current runtime and environment. e.g., the current

0 commit comments

Comments
 (0)