From acb29e6a3f9cd1cfca37c37fe2bb9294cbfd3407 Mon Sep 17 00:00:00 2001 From: absolutelyNoWarranty Date: Mon, 14 Oct 2019 19:39:34 +0800 Subject: [PATCH] fix: fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23ac668..bd0c88e 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ about = {} -with open(here.joinpath('uttut', '__version__.py'), 'r') as filep: +with here.joinpath('uttut', '__version__.py').open('r') as filep: exec(filep.read(), about) setup(