Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 8, 2021
1 parent 51f4680 commit 461623b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
0.10.7
- ci: migrate to GHA
- docs: fix sphinx build
- setup: setup.py test is deprecated
0.10.6
- maintenance release
0.10.5
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
year = "2017"

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

setup(
name=name,
Expand Down Expand Up @@ -40,7 +40,7 @@
"digital holographic microscopy",
"quantitative phase imaging",
],
classifiers= [
classifiers=[
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Intended Audience :: Science/Research'
Expand Down

0 comments on commit 461623b

Please sign in to comment.