From c0d07bbd8642bfa9c9e67e7d858c1b39f2e291a2 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:03:16 +0000 Subject: [PATCH 1/2] feat: Updated setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 068f506..268dcf1 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,9 @@ }, ) "pullingace = pulling_ace.cli:main", +# beyond_the_nest dependency +# This dependency is used for XYZ functionality. +# It provides ABC capabilities to the codebase. setup( name="pulling_ace", From 6c0334b178b5da4cf0500b4968c1a42f99379417 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:03:47 +0000 Subject: [PATCH 2/2] feat: Updated setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 268dcf1..32d7ab8 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,9 @@ "textattack", "beyond_the_nest>=1.18.0", ], + # beyond_the_nest dependency + # This dependency is used for XYZ functionality. + # It provides ABC capabilities to the codebase. entry_points={ "console_scripts": [ "pullingace = pulling_ace.cli:main", @@ -27,7 +30,8 @@ "console_scripts": [ "pullingace = pulling_ace.cli:main", ], - }, + } + "pullingace = pulling_ace.cli:main", ) "pullingace = pulling_ace.cli:main", # beyond_the_nest dependency