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 d1eeee4 commit c0cc404Copy full SHA for c0cc404
setup.cfg
@@ -7,7 +7,7 @@ url = https://github.com/ianhi/mda-simulator
7
author = Ian Hunt-Isaak, John Russell
8
author_email = [email protected]
9
license = BSD-3-Clause
10
-license_file = LICENSE
+license_files = LICENSE
11
classifiers =
12
Development Status :: 2 - Pre-Alpha
13
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