From 8354ae7db310e72aa13cc04b10a176a59cce93bd Mon Sep 17 00:00:00 2001 From: Jan Gleixner Date: Wed, 29 Mar 2017 18:54:06 +0200 Subject: [PATCH] fixed project homepage in setup.py github.org -> github.com --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8142b6..a0380f6 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ description = "Bootstrap confidence interval estimation routines for SciPy", license = "Modified BSD", #keywords = "", - url = "http://github.org/cgevans/scikits-bootstrap", # project home page, if any + url = "http://github.com/cgevans/scikits-bootstrap", # project home page, if any classifiers = [ 'Development Status :: 4 - Beta', 'Environment :: Console',