Procházet zdrojové kódy

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 před 10 měsíci
rodič
revize
e206b23540
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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"]