diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-22 06:42:41 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-07-22 06:42:41 +0000 |
commit | 8f66aa71024e140998ff635e577323a55f8858ba (patch) | |
tree | 103bd85f1ecd3bca3c16b33137d149e4ab0d5a20 /python/setup.py | |
parent | 9972c07880eced1adaa33d944b772aae802976bd (diff) | |
download | lasso-8f66aa71024e140998ff635e577323a55f8858ba.tar.gz lasso-8f66aa71024e140998ff635e577323a55f8858ba.tar.xz lasso-8f66aa71024e140998ff635e577323a55f8858ba.zip |
Corrected Lasso URL.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 4 |
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"] ) |