From 3c92a0775f0a66e4c38cbaba246fbd4433ae2f54 Mon Sep 17 00:00:00 2001 From: Brett Williams Date: Wed, 12 Mar 2025 00:30:47 -0500 Subject: [PATCH] Another attempt --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c2ccc41..2a81638 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ setup( install_requires=open("requirements.txt").read().splitlines(), entry_points={ "console_scripts": [ - "cross-py-agent=cross-py-builder.build_agent:main", - "cross-py-builder=cross-py-builder.agent_manager:main", + "cross-py-agent=build_agent:main", + "cross-py-builder=agent_manager:main", ], }, author="Brett Williams",