Skip to content

Commit 7a35fc9

Browse files
committed
MNT: Drop setuptools dependency, require importlib_resources for PY38
1 parent 8891d87 commit 7a35fc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ maintainers = [{ name = "Christopher Markiewicz" }]
1010
readme = "README.rst"
1111
license = { text = "MIT License" }
1212
requires-python = ">=3.8"
13-
dependencies = ["numpy >=1.19", "packaging >=17", "setuptools"]
13+
dependencies = [
14+
"numpy >=1.19",
15+
"packaging >=17",
16+
"importlib_resources; python_version < '3.9'",
17+
]
1418
classifiers = [
1519
"Development Status :: 5 - Production/Stable",
1620
"Environment :: Console",

0 commit comments

Comments
 (0)