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 96df434 commit 6a0cbe7Copy full SHA for 6a0cbe7
examples/napari-micromanager.py
@@ -7,6 +7,7 @@
7
otherwise you will be unable to see the spatial variation.
8
9
"""
10
+
11
from pathlib import Path
12
13
import napari
setup.cfg
@@ -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
@@ -23,7 +23,7 @@ packages = find:
23
install_requires =
24
numpy
25
scikit-image
26
-python_requires = >=3.7
+python_requires = >=3.8
27
zip_safe = False
28
29
[options.extras_require]
0 commit comments