From: <jd...@us...> - 2008-12-15 19:52:32
|
Revision: 6620 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6620&view=rev Author: jdh2358 Date: 2008-12-15 19:52:29 +0000 (Mon, 15 Dec 2008) Log Message: ----------- Merged revisions 6618 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6618 | jdh2358 | 2008-12-15 11:42:23 -0800 (Mon, 15 Dec 2008) | 1 line removed deprecated files from manifest ........ Modified Paths: -------------- trunk/matplotlib/MANIFEST.in Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6616 + /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6619 Modified: trunk/matplotlib/MANIFEST.in =================================================================== --- trunk/matplotlib/MANIFEST.in 2008-12-15 19:46:34 UTC (rev 6619) +++ trunk/matplotlib/MANIFEST.in 2008-12-15 19:52:29 UTC (rev 6620) @@ -1,8 +1,8 @@ -include API_CHANGES CHANGELOG KNOWN_BUGS INSTALL NUMARRAY_ISSUES +include CHANGELOG KNOWN_BUGS INSTALL include INTERACTIVE TODO include Makefile MANIFEST.in MANIFEST include matplotlibrc.template matplotlibrc setup.cfg.template -include __init__.py setupext.py setup.py setupegg.py makeswig.py +include __init__.py setupext.py setup.py setupegg.py include examples/data/* include lib/mpl_toolkits include lib/matplotlib/mpl-data/matplotlib.conf @@ -20,5 +20,4 @@ recursive-include CXX *.cxx *.hxx *.c *.h recursive-include agg24 * recursive-include lib * -recursive-include swig * recursive-include ttconv *.cpp *.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |