From b0bf9b627ed943414324af2ba350917d764207c3 Mon Sep 17 00:00:00 2001 From: Aurora Cramer Date: Wed, 3 May 2023 14:09:09 -0400 Subject: [PATCH] Add a space to setup.py for prettiness --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb259e9..a12ab86 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ version = imp.load_source('openl3.version', os.path.join('openl3', 'version.py')) -with open('README.md',encoding='utf8') as file: +with open('README.md', encoding='utf8') as file: long_description = file.read() setup(