From 495f0815fc9a964117b27435e8c7ffa3ba05c868 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 19 Sep 2023 17:32:04 +0000 Subject: [PATCH] style --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8776bfa..46f92689 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ version = {} with open("proto/version.py") as fp: exec(fp.read(), version) -version = version['__version__'] +version = version["__version__"] PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))