Parcourir la source

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 il y a 9 mois
Parent
commit
e206b23540
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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"]