Skip to content

Commit 80f3edb

Browse files
committed
fix path to __init__.py
1 parent af0863c commit 80f3edb

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
@@ -8,7 +8,7 @@
88
with open(path.join(here, "README.md"), encoding="utf-8") as f:
99
readme = f.read()
1010

11-
with open(path.join(here, "src", "flatten_dict", "__init__.py"), encoding="utf-8") as f:
11+
with open(path.join(here, "src", "json_normalize", "__init__.py"), encoding="utf-8") as f:
1212
version = search(r'VERSION = "(\d+\.\d+\.\d+)"', f.read()).group(1)
1313

1414
setup(

0 commit comments

Comments
 (0)