Skip to content

Commit de2dda4

Browse files
committed
Minor whitespace fix
To understand where's definition and where's a call to setup()
1 parent 1cdf87b commit de2dda4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def setup(**kwargs):
8989
if "classifiers" in kwargs:
9090
del kwargs["classifiers"]
9191
_setup(**kwargs)
92-
setup (name = 'fuse-python',
92+
93+
setup(name='fuse-python',
9394
version = __version__,
9495
description = 'Bindings for FUSE',
9596
long_description = """This is a Python interface to libfuse (https://github.com/libfuse/libfuse),

0 commit comments

Comments
 (0)