Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95e2346

Browse files
committed
Merge pull request #5282 from mdboom/old-email
Remove or update my old e-mail in places
2 parents 7c0fb6e + d4d0e67 commit 95e2346

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

lib/matplotlib/fontconfig_pattern.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
information.
77
"""
88

9-
# Author : Michael Droettboom <[email protected]>
10-
# License : matplotlib license (PSF compatible)
11-
129
# This class is defined here because it must be available in:
1310
# - The old-style config framework (:file:`rcsetup.py`)
1411
# - The traits-based config framework (:file:`mpltraits.py`)

lib/matplotlib/mathtext.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
fonts are supported. There is experimental support for using
1414
arbitrary fonts, but results may vary without proper tweaking and
1515
metrics for those fonts.
16-
17-
If you find TeX expressions that don't parse or render properly,
18-
please email [email protected], but please check KNOWN ISSUES below first.
1916
"""
2017
from __future__ import (absolute_import, division, print_function,
2118
unicode_literals)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def run_tests(self):
348348
version=__version__,
349349
description="Python plotting package",
350350
author="John D. Hunter, Michael Droettboom",
351-
author_email="[email protected]",
351+
author_email="[email protected]",
352352
url="http://matplotlib.org",
353353
long_description="""
354354
matplotlib strives to produce publication quality 2D graphics

0 commit comments

Comments
 (0)