Browse Source

dulwich does not depend on setuptools

David Hotham 9 months ago
parent
commit
37f032203e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pyproject.toml

+ 0 - 1
pyproject.toml

@@ -26,7 +26,6 @@ classifiers = [
 requires-python = ">=3.8"
 dependencies = [
     "urllib3>=1.25",
-    'setuptools ; python_version >= "3.12"',
 ]
 dynamic = ["version"]