Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b8ae1b

Browse files
committed
link comment
1 parent0c70552 commit5b8ae1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@ def make_release_tree(self, base_dir, files):
302302
package_dir={"":"lib"},
303303
packages=find_namespace_packages(
304304
where="lib",
305-
exclude=["matplotlib.test.tinypages.*"],
305+
# this doesn't work
306+
# https://github.com/matplotlib/matplotlib/pull/25381#issuecomment-1460012975
307+
exclude=["matplotlib.tests.tinypages.*"],
306308
),
307309
py_modules=["pylab"],
308310
# Dummy extension to trigger build_ext, which will swap it out with

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp