File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 9
9
#system_freetype = False
10
10
#system_qhull = False
11
11
12
+
13
+ [packages]
14
+ # There are a number of data subpackages from Matplotlib that are
15
+ # considered optional. Sample data are installed by default, but that can be
16
+ # changed here.
17
+ #sample_data = True
18
+
19
+
12
20
[gui_support]
13
21
# Matplotlib supports multiple GUI toolkits, known as backends.
14
22
# The MacOSX backend requires the Cocoa headers included with XCode.
Original file line number Diff line number Diff line change @@ -439,24 +439,6 @@ def get_package_data(self):
439
439
}
440
440
441
441
442
- class Tests (OptionalPackage ):
443
- name = "tests"
444
- default_config = False
445
-
446
- def get_package_data (self ):
447
- return {
448
- 'matplotlib' : [
449
- * _pkg_data_helper ('matplotlib' , 'tests/baseline_images' ),
450
- * _pkg_data_helper ('matplotlib' , 'tests/tinypages' ),
451
- 'tests/cmr10.pfb' ,
452
- 'tests/mpltest.ttf' ,
453
- ],
454
- 'mpl_toolkits' : [
455
- * _pkg_data_helper ('mpl_toolkits' , 'tests/baseline_images' ),
456
- ]
457
- }
458
-
459
-
460
442
def add_numpy_flags (ext ):
461
443
import numpy as np
462
444
ext .include_dirs .append (np .get_include ())
You can’t perform that action at this time.
0 commit comments