Skip to content

Commit b0bf9b6

Browse files
committed
Add a space to setup.py for prettiness
1 parent 76713b6 commit b0bf9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
version = imp.load_source('openl3.version', os.path.join('openl3', 'version.py'))
4242

43-
with open('README.md',encoding='utf8') as file:
43+
with open('README.md', encoding='utf8') as file:
4444
long_description = file.read()
4545

4646
setup(

0 commit comments

Comments
 (0)