Update of /cvsroot/pyode/pyode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14532
Modified Files:
setup.py
Log Message:
Changed the name to upper case to match the name on the web page
Index: setup.py
===================================================================
RCS file: /cvsroot/pyode/pyode/setup.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** setup.py 16 Nov 2004 06:19:48 -0000 1.6
--- setup.py 16 Nov 2004 19:50:02 -0000 1.7
***************
*** 129,133 ****
# Compile the module
! setup(name = "pyODE",
version = "1.0.0",
description = "Python wrapper for the Open Dynamics Engine",
--- 129,133 ----
# Compile the module
! setup(name = "PyODE",
version = "1.0.0",
description = "Python wrapper for the Open Dynamics Engine",
|