Author: Ronny Pfannschmidt <[email protected]>
Branch: 
Changeset: r184:e60a72dcc3ae
Date: 2012-05-03 12:53 +0200
http://bitbucket.org/pypy/pyrepl/changeset/e60a72dcc3ae/

Log:    bitbucket url in setup.py

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -32,10 +32,10 @@
 
 setup(
     name = "pyrepl",
-    version = "0.8.3",
+    version = "0.8.4",
     author = "Michael Hudson-Doyle",
     author_email = "[email protected]",
-    url = "http://codespeak.net/pyrepl/";,
+    url = "http://bitbucket.org/pypy/pyrepl/";,
     license = "MIT X11 style",
     description = "A library for building flexible command line interfaces",
     platforms = ["unix", "linux"],
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to