summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-19 21:05:31 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-19 21:05:31 -0500
commit6b628e370caa6cf42faea1253e005881adebf041 (patch)
tree43ab58c39557af91f655c3020f2100894e076dac
parent183a306ef87fd15df27dc4327182a944033ea3a0 (diff)
downloadpython-setuptools-git-6b628e370caa6cf42faea1253e005881adebf041.tar.gz
Update changelog. Fixes #1527.
-rw-r--r--changelog.d/1527.breaking.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1527.breaking.rst b/changelog.d/1527.breaking.rst
new file mode 100644
index 00000000..7eb8a63f
--- /dev/null
+++ b/changelog.d/1527.breaking.rst
@@ -0,0 +1 @@
+Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.