Revision: 5930 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5930&view=rev Author: jswhit Date: 2008-07-30 16:19:40 +0000 (Wed, 30 Jul 2008)
Log Message: ----------- add MANIFEST.in, make __version__ a string. Modified Paths: -------------- trunk/toolkits/natgrid/lib/mpl_toolkits/natgrid/__init__.py Added Paths: ----------- trunk/toolkits/natgrid/MANIFEST.in Added: trunk/toolkits/natgrid/MANIFEST.in =================================================================== --- trunk/toolkits/natgrid/MANIFEST.in (rev 0) +++ trunk/toolkits/natgrid/MANIFEST.in 2008-07-30 16:19:40 UTC (rev 5930) @@ -0,0 +1,5 @@ +include MANIFEST.in +include Copyright.txt +include setupegg.py +include test.py +include src/*.h Modified: trunk/toolkits/natgrid/lib/mpl_toolkits/natgrid/__init__.py =================================================================== --- trunk/toolkits/natgrid/lib/mpl_toolkits/natgrid/__init__.py 2008-07-30 16:13:35 UTC (rev 5929) +++ trunk/toolkits/natgrid/lib/mpl_toolkits/natgrid/__init__.py 2008-07-30 16:19:40 UTC (rev 5930) @@ -1,4 +1,4 @@ -__version__ = 0.1 +__version__ = '0.1' __doc__ = """ Python interface to NCAR natgrid library. If installed, used -by matplotlib griddata function.""" +by matplotlib griddata function. Not intended to be accessed directly by users.""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins