From 1d8b5c54098ad252cb56a7cd56c1e5cc2106a4b0 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 3 Oct 2024 14:14:51 +0200 Subject: [PATCH] test --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index fd9fbd4..c9f1da1 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 -- GitLab