From: <ds...@us...> - 2007-11-01 14:17:29
|
Revision: 4087 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4087&view=rev Author: dsdale Date: 2007-11-01 07:17:28 -0700 (Thu, 01 Nov 2007) Log Message: ----------- install fonts/otf to mpl-data Modified Paths: -------------- trunk/matplotlib/setup.py Modified: trunk/matplotlib/setup.py =================================================================== --- trunk/matplotlib/setup.py 2007-11-01 14:02:29 UTC (rev 4086) +++ trunk/matplotlib/setup.py 2007-11-01 14:17:28 UTC (rev 4087) @@ -126,6 +126,7 @@ 'mpl-data/fonts/pdfcorefonts/*.afm', 'mpl-data/fonts/pdfcorefonts/*.txt', 'mpl-data/fonts/ttf/*.ttf', + 'mpl-data/fonts/otf/*.otf', 'mpl-data/images/*.xpm', 'mpl-data/images/*.svg', 'mpl-data/images/*.png', This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |