diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-27 13:59:56 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-27 14:30:37 -0500 |
commit | 61b3376a257be3e74ac6fa0633cb72dc8a600453 (patch) | |
tree | 4fcbe8f67306f338f0541369b5efee73c3da2a20 | |
parent | 4451606b2572870050bbabe7f6672a96d0c4d745 (diff) | |
download | python-setuptools-git-61b3376a257be3e74ac6fa0633cb72dc8a600453.tar.gz |
Expand on the change in the changelog.
-rw-r--r-- | changelog.d/2582.breaking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/2582.breaking.rst b/changelog.d/2582.breaking.rst index 15dfbdb1..908ababe 100644 --- a/changelog.d/2582.breaking.rst +++ b/changelog.d/2582.breaking.rst @@ -1 +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. +Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. 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. |