|
From: <js...@us...> - 2010-07-30 18:47:25
|
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.
|