dsi-clinic / cocoa

Clinic Opinionated Codebase Oversight and Analysis
1 stars 0 forks source link

Replacing main function in evaluate_repo as entrypoint for cocoa package #17

Closed timhannifan closed 4 months ago

timhannifan commented 4 months ago

Previous changes removed the main() function from evaluate_repo.py. This is needed in pyproject.toml as the entrypoint for the cocoa package. These changes replace that main() function.