Revision: 8600
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8600&view=rev
Author:   jswhit
Date:     2010-07-30 18:47:19 +0000 (Fri, 30 Jul 2010)

Log Message:
-----------
add missing headers to MANIFEST.in

Modified Paths:
--------------
    trunk/toolkits/natgrid/MANIFEST.in
    trunk/toolkits/natgrid/setup.py

Modified: trunk/toolkits/natgrid/MANIFEST.in
===================================================================
--- trunk/toolkits/natgrid/MANIFEST.in  2010-07-30 16:12:48 UTC (rev 8599)
+++ trunk/toolkits/natgrid/MANIFEST.in  2010-07-30 18:47:19 UTC (rev 8600)
@@ -3,3 +3,4 @@
 include setupegg.py
 include test.py
 include src/*.h
+include src/ncarg/*h

Modified: trunk/toolkits/natgrid/setup.py
===================================================================
--- trunk/toolkits/natgrid/setup.py     2010-07-30 16:12:48 UTC (rev 8599)
+++ trunk/toolkits/natgrid/setup.py     2010-07-30 18:47:19 UTC (rev 8600)
@@ -6,7 +6,7 @@
 extensions = [Extension("mpl_toolkits.natgrid._natgrid",deps,include_dirs = 
['src'],)]
 setup(
   name              = "natgrid",
-  version           = "0.2",
+  version           = "0.2.1",
   description       = "Python interface to NCAR natgrid library",
   url               = "http://matplotlib.sourceforge.net/toolkits.html";,
   download_url      = "http://sourceforge.net/projects/matplotlib";,


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to