Skip to content

Commit caf5ed6

Browse files
committed
setup.py: PEP 8 fixes
1 parent bd0a79c commit caf5ed6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
exec(_fh.read())
88

99
setup(
10-
name = 'openslide-python',
11-
version = __version__,
12-
packages = [
10+
name='openslide-python',
11+
version=__version__,
12+
packages=[
1313
'openslide',
1414
],
15-
maintainer = 'OpenSlide project',
16-
maintainer_email = '[email protected]',
17-
description = 'Python bindings for OpenSlide library',
18-
license = 'GNU Lesser General Public License, version 2.1',
19-
keywords = 'openslide whole-slide image library',
20-
url = 'http://openslide.org/',
15+
maintainer='OpenSlide project',
16+
maintainer_email='[email protected]',
17+
description='Python bindings for OpenSlide library',
18+
license='GNU Lesser General Public License, version 2.1',
19+
keywords='openslide whole-slide image library',
20+
url='http://openslide.org/',
2121
)

0 commit comments

Comments
 (0)