We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa98646 commit 2749113Copy full SHA for 2749113
setup.py
@@ -10,7 +10,7 @@
10
year = "2019"
11
12
sys.path.insert(0, realpath(dirname(__file__))+"/"+name)
13
-from _version import version
+from _version import version # noqa: E402
14
15
setup(
16
name=name,
@@ -30,11 +30,11 @@
30
"matplotlib",
31
"pyqt5"],
32
python_requires='>=3.6, <4',
33
- entry_points={"gui_scripts" : ['pyjibe = pyjibe.__main__:main']},
+ entry_points={"gui_scripts": ['pyjibe = pyjibe.__main__:main']},
34
keywords=["atomic force microscopy", "biomechanics"],
35
setup_requires=['pytest-runner'],
36
tests_require=["pytest", "pytest-qt"],
37
- classifiers= [
+ classifiers=[
38
'Operating System :: OS Independent',
39
'Programming Language :: Python :: 3.6',
40
'Topic :: Scientific/Engineering :: Visualization',
0 commit comments