Revision: 7374
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7374&view=rev
Author: mdboom
Date: 2009-08-05 15:40:22 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
Fix mathtex-inside-of-matplotlib install (need to explicitly include
mathtex.backends package)
Modified Paths:
--------------
branches/mathtex/setup.py
Modified: branches/mathtex/setup.py
===================================================================
--- branches/mathtex/setup.py 2009-08-05 15:37:08 UTC (rev 7373)
+++ branches/mathtex/setup.py 2009-08-05 15:40:22 UTC (rev 7374)
@@ -219,7 +219,7 @@
# Add installation of mathtex
if not check_for_mathtex():
package_dir['mathtex'] = 'lib/mathtex/mathtex'
- packages.append('mathtex')
+ packages.extend(['mathtex', 'mathtex.backends'])
print_raw("")
print_raw("OPTIONAL USETEX DEPENDENCIES")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins