From: <cm...@us...> - 2007-11-30 03:42:38
|
Revision: 4515 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4515&view=rev Author: cmoad Date: 2007-11-29 19:42:35 -0800 (Thu, 29 Nov 2007) Log Message: ----------- CXX/WrapPython.h missing from MANIFEST Modified Paths: -------------- trunk/matplotlib/CHANGELOG trunk/matplotlib/MANIFEST.in Modified: trunk/matplotlib/CHANGELOG =================================================================== --- trunk/matplotlib/CHANGELOG 2007-11-30 02:47:06 UTC (rev 4514) +++ trunk/matplotlib/CHANGELOG 2007-11-30 03:42:35 UTC (rev 4515) @@ -1,5 +1,5 @@ =============================================================== -2007-11-27 Released 0.91.1 at revision 4514 +2007-11-27 Released 0.91.1 at revision 4515 =============================================================== 2007-11-27 Released 0.91.0 at revision 4478 Modified: trunk/matplotlib/MANIFEST.in =================================================================== --- trunk/matplotlib/MANIFEST.in 2007-11-30 02:47:06 UTC (rev 4514) +++ trunk/matplotlib/MANIFEST.in 2007-11-30 03:42:35 UTC (rev 4515) @@ -12,7 +12,7 @@ recursive-include examples README *.py prune examples/_tmp_* recursive-include src *.cpp *.c *.h -recursive-include CXX *.cxx *.hxx *.c +recursive-include CXX *.cxx *.hxx *.c *.h recursive-include agg23 * recursive-include lib * recursive-include swig * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |