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 f9aef93 commit 07c0f52Copy full SHA for 07c0f52
setup.cfg
@@ -11,8 +11,7 @@ project_urls =
11
long_description = file: README.md
12
long_description_content_type = text/markdown
13
license = MIT
14
-license_files = LICENSE
15
-platforms = any
+license_file = LICENSE
16
classifiers =
17
Development Status :: 4 - Beta
18
License :: OSI Approved :: MIT License
@@ -27,9 +26,8 @@ classifiers =
27
26
28
[options]
29
packages = find:
30
-# importlib_metadata can be removed when we support Python 3.8+ only
31
install_requires =
32
- importlib_metadata
+ importlib_metadata;python_version<"3.8"
33
matplotlib >= 1.4.0
34
numpy
35
Pillow
0 commit comments