Skip to content

Commit d9f9bd4

Browse files
authored
Update setup.py
updated stay load = Decoder()
1 parent 58bd23a commit d9f9bd4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
src = os.path.join(here, "src")
55
sys.path.append(src)
66

7-
from stay import load
7+
from stay import Decoder
88
from setuptools import setup, find_packages
99

10+
load = Decoder()
11+
1012
with open("META.stay") as f:
1113
for meta in load(f):
1214
pass

0 commit comments

Comments
 (0)