Skip to content

Commit d2f77a9

Browse files
committed
Add __main__ for post install
So post install can be executed as `python -m win32.lib.postinstall`
1 parent da257dd commit d2f77a9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

win32/Lib/postinstall/__main__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from win32.lib.postinstall.pywin32_postinstall import main
2+
3+
main()

0 commit comments

Comments
 (0)