.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"
# 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'),
]
# 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
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'],