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(