소스 검색

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"]