File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33To run this tool, just type:
44
55``` sh
6- uvx --from git+https://github.com/pythonpe/edit-python.pe edit_python_pe
6+ uvx --from git+https://github.com/pythonpe/edit-python.pe edit-python-pe
77```
88
99After that, a text user interface would appear that allows you to create your
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies = [
1616]
1717
1818[project .scripts ]
19- edit-python-pe = " edit_python_pe :main"
19+ edit-python-pe = " main :main"
2020
2121[build-system ]
2222requires = [" hatchling" ]
Original file line number Diff line number Diff line change @@ -341,6 +341,11 @@ def save_member(self):
341341 self .exit (f"Archivo { name_file } .md guardado, commit realizado y PR creado." )
342342
343343
344+ def main () -> None :
345+ app = MemberFormApp ()
346+ app .run ()
347+
348+
344349if __name__ == "__main__" :
345350 app = MemberFormApp ()
346351 app .run ()
You can’t perform that action at this time.
0 commit comments