Author: dmeyer Date: Mon Nov 27 16:13:30 2006 New Revision: 2095 Modified: trunk/base/setup.py
Log: update license Modified: trunk/base/setup.py ============================================================================== --- trunk/base/setup.py (original) +++ trunk/base/setup.py Mon Nov 27 16:13:30 2006 @@ -63,6 +63,7 @@ # call setup setup( - module = 'base', - version = '0.1', - ext_modules = extensions) + module = 'base', + version = '0.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
