[pypy-commit] pyrepl default: bitbucket url in setup.py

RonnyPfannschmidt noreply at buildbot.pypy.org
Thu May 3 12:54:01 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
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 = "micahel at gmail.com",
-    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"],


More information about the pypy-commit mailing list