Skip to content

Commit 2a58283

Browse files
Update setup.py
1 parent b513020 commit 2a58283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with open("README.md", "r") as fh:
55
long_description = fh.read()
66

7-
with open("./clarifai/__init__.py") as f:
7+
with open("./clarifai_datautils/__init__.py") as f:
88
content = f.read()
99
_search_version = re.search(r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', content)
1010
assert _search_version

0 commit comments

Comments
 (0)