From 675fc948f9e09b724f3224c21329ed31ec72ece8 Mon Sep 17 00:00:00 2001 From: Hung Le Date: Thu, 22 Feb 2024 23:06:20 +0700 Subject: [PATCH] updates setup.py to match prod repo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 573bfba..96a5e45 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read_requirements(path): # loading version from setup.py with codecs.open( - os.path.join(here, "einstein-ait-prod/__init__.py"), encoding="utf-8" + os.path.join(here, "prompting/__init__.py"), encoding="utf-8" ) as init_file: version_match = re.search( r"^__version__ = ['\"]([^'\"]*)['\"]", init_file.read(), re.M