Fixed typo

This commit is contained in:
David Murphy 2024-09-19 09:18:35 -06:00
parent fba26a227b
commit d7baa83fc6
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -274,7 +274,7 @@ _PY_EXE="python3"
_MINIMUM_PIP_VERSION="9.0.1"
## DGM _MINIMUM_SETUPTOOLS_VERSION="9.1"
_MINIMUM_SETUPTOOLS_VERSION="65.6.3"
_MAXIMUM_SETUPTOOLS_VERSION="69"
_MAXIMUM_SETUPTOOLS_VERSION="69.0"
_PIP_INSTALL_ARGS="--prefix=/usr"
_PIP_DOWNLOAD_ARGS=""
_QUICK_START="$BS_FALSE"