Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv22767
Modified Files:
setup.py
Log Message:
Fix spelling (it's interchangeable in Python 2.2, but a warning in 2.3)
Python 2.2 distutils:
parser.set_aliases({'licence': 'license'})
Python 2.3 distutils:
msg = "'licence' distribution option is deprecated; use 'license'"
Index: setup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/setup.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** setup.py 19 Oct 2003 14:28:55 -0000 1.8
--- setup.py 27 Oct 2003 18:46:23 -0000 1.9
***************
*** 51,55 ****
author_email = "[EMAIL PROTECTED]",
url = "http://www.freevo.org",
! licence = "GPL",
scripts=scripts,
--- 51,55 ----
author_email = "[EMAIL PROTECTED]",
url = "http://www.freevo.org",
! license = "GPL",
scripts=scripts,
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog