Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
external
/
subpack
/
lang
/
python
/
python-constantly
/
patches
/
001-unpin-setuptools.patch
blob: 9d890abc946c072a5c702746f49e84657d6b1d8b [
file
] [
log
] [
blame
]
---
a
/
pyproject
.
toml
+++
b
/
pyproject
.
toml
@@
-
1
,
5
+
1
,
5
@@
[
build
-
system
]
-
requires
=
[
"setuptools>=68.2"
,
"versioneer[toml]==0.29"
]
+
requires
=
[
"setuptools"
,
"versioneer[toml]==0.29"
]
build
-
backend
=
"setuptools.build_meta"
[
project
]