Author: dmeyer
Date: Mon Nov 27 22:15:51 2006
New Revision: 2099

Modified:
   trunk/base/MANIFEST.in
   trunk/base/setup.py

Log:
fix MANIFEST.in and release 0.1.1

Modified: trunk/base/MANIFEST.in
==============================================================================
--- trunk/base/MANIFEST.in      (original)
+++ trunk/base/MANIFEST.in      Mon Nov 27 22:15:51 2006
@@ -1,4 +1,4 @@
-recursive-include src *.py
+recursive-include src *.py *.c *.h
 recursive-include test *.py
 
 include MANIFEST README COPYING TODO AUTHORS

Modified: trunk/base/setup.py
==============================================================================
--- trunk/base/setup.py (original)
+++ trunk/base/setup.py Mon Nov 27 22:15:51 2006
@@ -64,6 +64,6 @@
 # call setup
 setup(
     module       = 'base',
-    version      = '0.1',
+    version      = '0.1.1',
     license      = 'LGPL',
     ext_modules  = extensions)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to