From d9101bf984a3793d9d609a48bc039e62b6c70263 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:04:47 +0000 Subject: [PATCH] feat: Updated setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 068f506..9191828 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from setuptools import find_packages, setup +from setuptools import setup, find_packages setup( name="pulling_ace", @@ -20,7 +20,7 @@ ], entry_points={ "console_scripts": [ - "pullingace = pulling_ace.cli:main", + "beyond_the_nest = pulling_ace.cli:main", ], }, "trunk>=1.18.0", @@ -29,7 +29,7 @@ ], }, ) - "pullingace = pulling_ace.cli:main", + "beyond_the_nest = pulling_ace.cli:main", setup( name="pulling_ace",