Skip to content

Commit 06e6b13

Browse files
committed
Remove redundant runtime requirement on setuptools
The dependency was dropped in 99a1cf3
1 parent d31e634 commit 06e6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = ["Development Status :: 5 - Production/Stable",
3939

4040
requires-python=">=3.10"
4141
# also requires libsepol.so and libselinux.so.
42-
dependencies = ["setuptools"]
42+
dependencies = []
4343

4444
optional-dependencies.analysis = ["networkx>=2.6",
4545
"pygraphviz"]

0 commit comments

Comments
 (0)