inspect4py icon indicating copy to clipboard operation
inspect4py copied to clipboard

Package/Library - what to capture in the sofware

Open rosafilgueira opened this issue 4 years ago • 0 comments

Options:

  1. store the module that the console script calls to --> setup_info["run"].append("python -m " + cs_run )
  2. store the console script name --> setup_info["run"].append(cs_string )

Example - lets take somef, Option 1, will store: python -m somef.main:trycli Option 2, will store: somef

rosafilgueira avatar Aug 05 '21 15:08 rosafilgueira