inspect4py icon indicating copy to clipboard operation
inspect4py copied to clipboard

BorderLine case - Repository with setup.cfg as a configuration file - rtdl

Open rosafilgueira opened this issue 4 years ago • 1 comments

The rtdl repository has a setup.cfg, but it is not used. Should we annotated it as a library, or as script? The repo classifies itself as a library, but looking the README it behaves more a set of scripts. Since the repo has a setup.cfg (but without an entry point), code_inspector classifies it as library.

rosafilgueira avatar Aug 06 '21 10:08 rosafilgueira

I think it's used as a script, and hence it should be a script. We should explore if the setup.cfg can identify something to distinguish library from script.

dgarijo avatar Aug 28 '21 20:08 dgarijo