Skip to content

Commit 07c0f52

Browse files
committed
some setup.cfg fixes
1 parent f9aef93 commit 07c0f52

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ project_urls =
1111
long_description = file: README.md
1212
long_description_content_type = text/markdown
1313
license = MIT
14-
license_files = LICENSE
15-
platforms = any
14+
license_file = LICENSE
1615
classifiers =
1716
Development Status :: 4 - Beta
1817
License :: OSI Approved :: MIT License
@@ -27,9 +26,8 @@ classifiers =
2726

2827
[options]
2928
packages = find:
30-
# importlib_metadata can be removed when we support Python 3.8+ only
3129
install_requires =
32-
importlib_metadata
30+
importlib_metadata;python_version<"3.8"
3331
matplotlib >= 1.4.0
3432
numpy
3533
Pillow

0 commit comments

Comments
 (0)