[Modeling-cvs] NotificationFramework setup.py,1.9,1.10
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-09-28 00:12:22
|
Update of /cvsroot/modeling/NotificationFramework
In directory sc8-pr-cvs1:/tmp/cvs-serv23372
Modified Files:
setup.py
Log Message:
Conformance to PEP 0263 ; py2.3 distutils suggests s/licence/license
Index: setup.py
===================================================================
RCS file: /cvsroot/modeling/NotificationFramework/setup.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** setup.py 28 Sep 2003 00:01:14 -0000 1.9
--- setup.py 28 Sep 2003 00:12:09 -0000 1.10
***************
*** 1,3 ****
--- 1,4 ----
#!/usr/bin/env python
+ # -*- coding: latin-1 -*-
#-----------------------------------------------------------------------------
#
***************
*** 32,36 ****
setup(name="NotificationFramework",
version="0.6",
! licence ="GNU General Public License",
description=short_description,
author="Sébastien Bigaret",
--- 33,37 ----
setup(name="NotificationFramework",
version="0.6",
! license ="GNU General Public License",
description=short_description,
author="Sébastien Bigaret",
|