Skip to content

Commit f61c47b

Browse files
committed
Bootstrap newer setuptools due to long_description_content_type.
1 parent 502da5d commit f61c47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor/appveyor-bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ def install_packages(home, *packages):
117117
if __name__ == "__main__":
118118
install_python(environ['PYTHON_VERSION'], environ['PYTHON_ARCH'], environ['PYTHON_HOME'])
119119
install_pip(environ['PYTHON_HOME'])
120-
install_packages(environ['PYTHON_HOME'], "setuptools>=18.0.1", "wheel")
120+
install_packages(environ['PYTHON_HOME'], "setuptools>=36.4.0", "wheel")

0 commit comments

Comments
 (0)