inspect4py
inspect4py copied to clipboard
BorderLine case - Repository with setup.cfg as a configuration file - rtdl
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.
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.