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

Appearance settings

Commit 7fd5a02

Browse filesBrowse files
Handled setup.cfg
1 parent b96c4c7 commit 7fd5a02
Copy full SHA for 7fd5a02

File tree

Expand file treeCollapse file tree

3 files changed

+9
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-7
lines changed

‎setup.cfg.template

Copy file name to clipboardExpand all lines: setup.cfg.template
-7Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
#system_freetype = False
1010
#system_qhull = False
1111

12-
[packages]
13-
# There are a number of data subpackages from Matplotlib that are
14-
# considered optional. All except 'tests' data (meaning the baseline
15-
# image files) are installed by default, but that can be changed here.
16-
#tests = False
17-
#sample_data = True
18-
1912
[gui_support]
2013
# Matplotlib supports multiple GUI toolkits, known as backends.
2114
# The MacOSX backend requires the Cocoa headers included with XCode.
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include sub-wheels/matplotlib.tests/README.rst
22
include sub-wheels/matplotlib.tests/MANIFEST.in
3+
include matplotlibrc.template sub-wheels/matplotlib.test/setup.cfg.template
34
include pytest.ini
45
include tests.py
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Rename this file to setup.cfg to modify Matplotlib-tests's build options.
2+
3+
[packages]
4+
# There are a number of data subpackages from Matplotlib that are
5+
# considered optional. All except 'tests' data (meaning the baseline
6+
# image files) are installed by default, but that can be changed here.
7+
#tests = False
8+
#sample_data = True

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.