diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-26 21:28:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-27 13:51:57 -0500 |
commit | 1da02dc4d8dd591a67e83a663379ab5c926de47f (patch) | |
tree | d246280450040e584a1d6c4d78cc914a42dd16ca | |
parent | ac3154576db19ae91a3cb1c26b7eba279fd12191 (diff) | |
download | python-setuptools-git-1da02dc4d8dd591a67e83a663379ab5c926de47f.tar.gz |
Update changelog.
-rw-r--r-- | changelog.d/2582.breaking.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2582.breaking.rst b/changelog.d/2582.breaking.rst new file mode 100644 index 00000000..15dfbdb1 --- /dev/null +++ b/changelog.d/2582.breaking.rst @@ -0,0 +1 @@ +Simplified build-from source story. Build requirements no longer include setuptools itself. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9. |