SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Package with no matching package name with entry point - #235

Closed rosafilgueira closed 3 years ago

rosafilgueira commented 3 years ago

The setup of the repo HXL-Data-Science-file-formats has a collection of console_scripts, but none of them matches (not even a parts of the names) with the name of the package.

Therefore, code_inspector, classifies it as library following our heuristic.

dgarijo commented 3 years ago

I think that's ok. This is a problem of the package not following best practices.