diff --git a/setup.cfg b/setup.cfg index fd9fbd47744054b706ed0107e0e5b7bbf1df8735..c9f1da1ecddf0f8c48d39688dbc8b3de08937d3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,10 +24,8 @@ where=. [options.entry_points] console_scripts = - hwtr = pypcc.pypcc - pitr = pypcc.testing.pitr_main - read_lmp_id = pypcc.testing.lmp_id + pypcc-hwtr = pypcc.pypcc:main [options.package_data] -pypcc = config/*.yaml \ No newline at end of file +pypcc = config/*.yaml