Преглед на файлове

dulwich does not depend on setuptools (#1329)

the build depends on setuptools: but it also depends on setuptools-rust
- and those things are correctly declared as build requirements in
pyproject.toml
Jelmer Vernooij преди 9 месеца
родител
ревизия
e206b23540
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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"]