From: <jd...@us...> - 2008-12-15 20:45:24
|
Revision: 6622 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6622&view=rev Author: jdh2358 Date: 2008-12-15 20:45:20 +0000 (Mon, 15 Dec 2008) Log Message: ----------- hack to prevent distutils from creating links in our sdist Modified Paths: -------------- branches/v0_98_5_maint/MANIFEST.in branches/v0_98_5_maint/lib/matplotlib/__init__.py Modified: branches/v0_98_5_maint/MANIFEST.in =================================================================== --- branches/v0_98_5_maint/MANIFEST.in 2008-12-15 20:19:01 UTC (rev 6621) +++ branches/v0_98_5_maint/MANIFEST.in 2008-12-15 20:45:20 UTC (rev 6622) @@ -1,7 +1,7 @@ include CHANGELOG KNOWN_BUGS INSTALL include INTERACTIVE TODO include Makefile MANIFEST.in MANIFEST -include matplotlibrc.template matplotlibrc setup.cfg.template +include matplotlibrc.template setup.cfg.template include __init__.py setupext.py setup.py setupegg.py include examples/data/* include lib/mpl_toolkits Modified: branches/v0_98_5_maint/lib/matplotlib/__init__.py =================================================================== --- branches/v0_98_5_maint/lib/matplotlib/__init__.py 2008-12-15 20:19:01 UTC (rev 6621) +++ branches/v0_98_5_maint/lib/matplotlib/__init__.py 2008-12-15 20:45:20 UTC (rev 6622) @@ -89,7 +89,7 @@ """ from __future__ import generators -__version__ = '0.98.5' +__version__ = '0.98.5.1' __revision__ = '$Revision$' __date__ = '$Date$' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |