Skip to content

Commit

Permalink
Merge branch 'master' of github.com:takluyver/flit
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Mar 21, 2015
2 parents 8105c68 + dbc4412 commit c8d17c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flit/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def get_info_from_module(target):
script_template = """\
#!{interpreter}
from {module} import {func}
{func}()
if __name__ == '__main__':
{func}()
"""

def parse_entry_point(ep: str):
Expand Down

0 comments on commit c8d17c8

Please sign in to comment.