Skip to content

Commit

Permalink
updates setup.py to match prod repo
Browse files Browse the repository at this point in the history
  • Loading branch information
LVH-Tony committed Feb 22, 2024
1 parent c671050 commit 675fc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 675fc94

Please sign in to comment.