Skip to content

Commit

Permalink
flake8 setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 14, 2020
1 parent aa98646 commit 2749113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
year = "2019"

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

setup(
name=name,
Expand All @@ -30,11 +30,11 @@
"matplotlib",
"pyqt5"],
python_requires='>=3.6, <4',
entry_points={"gui_scripts" : ['pyjibe = pyjibe.__main__:main']},
entry_points={"gui_scripts": ['pyjibe = pyjibe.__main__:main']},
keywords=["atomic force microscopy", "biomechanics"],
setup_requires=['pytest-runner'],
tests_require=["pytest", "pytest-qt"],
classifiers= [
classifiers=[
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering :: Visualization',
Expand Down

0 comments on commit 2749113

Please sign in to comment.