summaryrefslogtreecommitdiffstats
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py4
1 files changed, 2 insertions, 2 deletions
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 <vfebvre@easter-eggs.com>
#
@@ -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"]
)