pprocess

Changeset

133:10b913ff251f
2007-12-02 paulb raw files shortlog changelog graph [project @ 2007-12-02 22:53:47 by paulb] Fixed URL. rel-0-3-1
setup.py (file)
     1.1 --- a/setup.py	Sat Nov 24 00:25:54 2007 +0000
     1.2 +++ b/setup.py	Sun Dec 02 22:53:47 2007 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4      description  = "Elementary parallel programming for Python",
     1.5      author       = "Paul Boddie",
     1.6      author_email = "paul@boddie.org.uk",
     1.7 -    url          = "http://www.python.org/pypi/pprocess",
     1.8 +    url          = "http://www.boddie.org.uk/python/pprocess.html",
     1.9      version      = pprocess.__version__,
    1.10      py_modules   = ["pprocess"]
    1.11      )