| [Mumps2Py:] [98] fixed typo | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 98
Author:   pgallot
Date:     2008-02-12 18:53:53 +0000 (Tue, 12 Feb 2008)
Log Message:
-----------
fixed typo
Modified Paths:
--------------
    trunk/setup.py
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py	2008-02-12 18:49:02 UTC (rev 97)
+++ trunk/setup.py	2008-02-12 18:53:53 UTC (rev 98)
@@ -1,7 +1,7 @@
 from distutils.core import setup
 """distutils-based setup for Mumps2Py"""
 
-DISTUTILs_DEBUG = "help!"
+DISTUTILS_DEBUG = "help!"
 # In theory, per section 2.6 of the distutils documentation,
 # when python setup.py sdist is invoked, the *.mps files from the testfiles
 # subdirectory should be added to the distribution, as should the COPYING.txt