Skip to content

Commit 2749113

Browse files
committed
flake8 setup.py
1 parent aa98646 commit 2749113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
year = "2019"
1111

1212
sys.path.insert(0, realpath(dirname(__file__))+"/"+name)
13-
from _version import version
13+
from _version import version # noqa: E402
1414

1515
setup(
1616
name=name,
@@ -30,11 +30,11 @@
3030
"matplotlib",
3131
"pyqt5"],
3232
python_requires='>=3.6, <4',
33-
entry_points={"gui_scripts" : ['pyjibe = pyjibe.__main__:main']},
33+
entry_points={"gui_scripts": ['pyjibe = pyjibe.__main__:main']},
3434
keywords=["atomic force microscopy", "biomechanics"],
3535
setup_requires=['pytest-runner'],
3636
tests_require=["pytest", "pytest-qt"],
37-
classifiers= [
37+
classifiers=[
3838
'Operating System :: OS Independent',
3939
'Programming Language :: Python :: 3.6',
4040
'Topic :: Scientific/Engineering :: Visualization',

0 commit comments

Comments
 (0)