From: Vivien Maisonneuve Date: Tue, 19 Aug 2014 14:49:56 +0000 (+0200) Subject: ISL -> isl X-Git-Tag: 1.0~27 X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/716fef940d54c340234d568b292b1c03cdefe049 ISL -> isl --- 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 . """ -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'],