forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the
package_data.dlls
setup.cfg entry.
See changelog for details. DLLs won't end up in the source tree unless one explicitly copies them there, so let's assume that whoever does this knows what they're doing.
- Loading branch information
Showing
5 changed files
with
14 additions
and
41 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
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,10 @@ | ||
Changes to the Matplotlib build | ||
``````````````````````````````` | ||
|
||
Previously, it was possible to package Windows DLLs into the Maptlotlib | ||
wheel (or sdist) by copying them into the source tree and setting the | ||
``package_data.dlls`` entry in ``setup.cfg``. | ||
|
||
DLLs copied in the source tree are now always packaged; the | ||
``package_data.dlls`` entry has no effect anymore. If you do not want to | ||
include the DLLs, don't copy them into the source tree. |
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
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
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