summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP <jpellerin@gmail.com>2012-06-19 11:50:51 -0300
committerJP <jpellerin@gmail.com>2012-06-19 11:50:51 -0300
commita6894e0d23afc3afeb921620a2b61ebf6bbea5c8 (patch)
tree7a7b271d4303a5924513abd5862d8731a2fe7235
parent551ffe92ebd8f8d0c834779bb808e2e0db15b2a0 (diff)
downloadnose-a6894e0d23afc3afeb921620a2b61ebf6bbea5c8.tar.gz
Fix dev link
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f13a242..13d41e2 100644
--- a/setup.py
+++ b/setup.py
@@ -96,8 +96,8 @@ setup(
http://readthedocs.org/docs/nose/
If you have recently reported a bug marked as fixed, or have a craving for
- the very latest, you may want the unstable development version instead:
- http://bitbucket.org/jpellerin/nose/get/tip.gz#egg=nose-dev
+ the very latest, you may want the development version instead:
+ https://github.com/nose-devs/nose/tarball/master#egg=nose-dev
""",
license = 'GNU LGPL',
keywords = 'test unittest doctest automatic discovery',