-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26ff94e
commit dc64dfd
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Drop setuptools' support for installing an entrypoint extra requirements at load time: | ||
- the functionality has been broken since v60.8.0. | ||
- the mechanism to do so is deprecated (`fetch_build_eggs`). | ||
- that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared. |