From: <md...@us...> - 2007-11-28 15:18:47
|
Revision: 4482 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4482&view=rev Author: mdboom Date: 2007-11-28 07:18:41 -0800 (Wed, 28 Nov 2007) Log Message: ----------- Remove fonts/otf directory in list of data files. Modified Paths: -------------- trunk/matplotlib/setup.py Modified: trunk/matplotlib/setup.py =================================================================== --- trunk/matplotlib/setup.py 2007-11-28 13:42:39 UTC (rev 4481) +++ trunk/matplotlib/setup.py 2007-11-28 15:18:41 UTC (rev 4482) @@ -88,7 +88,6 @@ '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. |