Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 82da4c1 commit 6fb9c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/napari-micromanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
otherwise you will be unable to see the spatial variation.
"""

from pathlib import Path

import napari
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mda-simulator
author = Ian Hunt-Isaak, John Russell
author_email = [email protected]
license = BSD-3-Clause
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
License :: OSI Approved :: BSD License
Expand All @@ -23,7 +23,7 @@ packages = find:
install_requires =
numpy
scikit-image
python_requires = >=3.7
python_requires = >=3.8
zip_safe = False

[options.extras_require]
Expand Down

0 comments on commit 6fb9c76

Please sign in to comment.