diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-19 21:05:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-19 21:05:31 -0500 |
commit | 6b628e370caa6cf42faea1253e005881adebf041 (patch) | |
tree | 43ab58c39557af91f655c3020f2100894e076dac | |
parent | 183a306ef87fd15df27dc4327182a944033ea3a0 (diff) | |
download | python-setuptools-git-6b628e370caa6cf42faea1253e005881adebf041.tar.gz |
Update changelog. Fixes #1527.
-rw-r--r-- | changelog.d/1527.breaking.rst | 1 |
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. |