Skip to content

Commit 6a0cbe7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 96df434 commit 6a0cbe7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/napari-micromanager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
otherwise you will be unable to see the spatial variation.
88
99
"""
10+
1011
from pathlib import Path
1112

1213
import napari

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/ianhi/mda-simulator
77
author = Ian Hunt-Isaak, John Russell
88
author_email = [email protected]
99
license = BSD-3-Clause
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
classifiers =
1212
Development Status :: 2 - Pre-Alpha
1313
License :: OSI Approved :: BSD License
@@ -23,7 +23,7 @@ packages = find:
2323
install_requires =
2424
numpy
2525
scikit-image
26-
python_requires = >=3.7
26+
python_requires = >=3.8
2727
zip_safe = False
2828

2929
[options.extras_require]

0 commit comments

Comments
 (0)