ISL -> isl
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 19 Aug 2014 14:49:56 +0000 (16:49 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 19 Aug 2014 14:49:56 +0000 (16:49 +0200)
Makefile
doc/conf.py
linpy/__init__.py
setup.py

index 11f63e1..735d08a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ RM=rm -rf
 
 .PHONY: default
 default:
-       @echo "$(NAME) – A polyhedral library based on ISL"
+       @echo "$(NAME) – A polyhedral library based on isl"
        @echo
        @echo "Makefile usage:"
        @echo "  make build            build the extension modules"
index ed93095..b06c693 100644 (file)
@@ -242,7 +242,7 @@ man_pages = [
 #  dir menu entry, description, category)
 texinfo_documents = [
   ('index', 'LinPy', 'LinPy Documentation',
-   'MINES ParisTech', 'LinPy', 'A polyheral library based on ISL.',
+   'MINES ParisTech', 'LinPy', 'A polyheral library based on isl.',
    'Miscellaneous'),
 ]
 
index 2012cb1..bc97a7c 100644 (file)
@@ -16,7 +16,7 @@
 # along with LinPy.  If not, see <http://www.gnu.org/licenses/>.
 
 """
-A polyhedral library based on ISL
+A polyhedral library based on isl
 """
 
 from .geometry import GeometricObject, Point, Vector
index 4f3fd3b..72dfa95 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup, Extension
 
 setup(
     name='LinPy',
-    description='A polyhedral library based on ISL',
+    description='A polyhedral library based on isl',
     author='MINES ParisTech',
     url='https://scm.cri.ensmp.fr/git/linpy.git',
     packages=['linpy'],