From 716fef940d54c340234d568b292b1c03cdefe049 Mon Sep 17 00:00:00 2001
From: Vivien Maisonneuve <v.maisonneuve@gmail.com>
Date: Tue, 19 Aug 2014 16:49:56 +0200
Subject: [PATCH 1/1] ISL -> isl

---
 Makefile          | 2 +-
 doc/conf.py       | 2 +-
 linpy/__init__.py | 2 +-
 setup.py          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 11f63e1..735d08a 100644
--- 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"
diff --git a/doc/conf.py b/doc/conf.py
index ed93095..b06c693 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -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'),
 ]
 
diff --git a/linpy/__init__.py b/linpy/__init__.py
index 2012cb1..bc97a7c 100644
--- a/linpy/__init__.py
+++ b/linpy/__init__.py
@@ -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
diff --git a/setup.py b/setup.py
index 4f3fd3b..72dfa95 100755
--- 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'],
-- 
2.20.1