Skip to content

Commit 5230905

Browse files
bitbucket url in setup.py
1 parent 26a0c92 commit 5230905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232

3333
setup(
3434
name = "pyrepl",
35-
version = "0.8.3",
35+
version = "0.8.4",
3636
author = "Michael Hudson-Doyle",
3737
author_email = "[email protected]",
38-
url = "http://codespeak.net/pyrepl/",
38+
url = "http://bitbucket.org/pypy/pyrepl/",
3939
license = "MIT X11 style",
4040
description = "A library for building flexible command line interfaces",
4141
platforms = ["unix", "linux"],

0 commit comments

Comments
 (0)