From 8f66aa71024e140998ff635e577323a55f8858ba Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Thu, 22 Jul 2004 06:42:41 +0000 Subject: Corrected Lasso URL. --- python/generator_lasso_strings.py | 4 ++-- python/lasso.py | 2 +- python/lasso_strings.py | 2 +- python/setup.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/generator_lasso_strings.py b/python/generator_lasso_strings.py index 5f1b2ee7..5cc430a6 100755 --- a/python/generator_lasso_strings.py +++ b/python/generator_lasso_strings.py @@ -6,7 +6,7 @@ # Automatic generation of lasso_strings.py with lasso/xml/strings.c # # Copyright (C) 2004 Entr'ouvert -# http://lasso.labs.libre-entreprise.org +# http://lasso.entrouvert.org # # Author: Valery Febvre # @@ -35,7 +35,7 @@ header = """# $%s$ # PyLasso - Python bindings for Lasso library # # Copyright (C) 2004 Entr'ouvert -# http://lasso.labs.libre-entreprise.org +# http://lasso.entrouvert.org # # Author: Valery Febvre # diff --git a/python/lasso.py b/python/lasso.py index 8b2a238e..b61a0d96 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -6,7 +6,7 @@ # PyLasso - Python bindings for Lasso Library # # Copyright (C) 2003-2004 Easter-eggs, Valery Febvre -# http://lasso.labs.libre-entreprise.org +# http://lasso.entrouvert.org # # Author: Valery Febvre # diff --git a/python/lasso_strings.py b/python/lasso_strings.py index fc2255f1..2f38b405 100644 --- a/python/lasso_strings.py +++ b/python/lasso_strings.py @@ -3,7 +3,7 @@ # PyLasso - Python bindings for Lasso library # # Copyright (C) 2004 Entr'ouvert -# http://lasso.labs.libre-entreprise.org +# http://lasso.entrouvert.org # # Author: Valery Febvre # diff --git a/python/setup.py b/python/setup.py index fc2b0269..dd3a3798 100755 --- a/python/setup.py +++ b/python/setup.py @@ -6,7 +6,7 @@ # PyLasso - Python bindings for Lasso library # # Copyright (C) 2004 Entr'ouvert -# http://lasso.labs.libre-entreprise.org +# http://lasso.entrouvert.org # # Author: Valéry Febvre # @@ -240,7 +240,7 @@ setup(name = "pylasso", author_email = "vfebvre@easter-eggs.com", license = "GNU GPL", platforms = ["any"], - url = "http://lasso.labs.libre-entreprise.org", + url = "http://lasso.entrouvert.org", ext_modules = [em], py_modules = ["lasso", "lasso_strings"] ) -- cgit