From a4d7ef9868ccce7a8d38bcd142c280cdccc3860e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 28 Feb 2012 09:26:22 -0500 Subject: [PATCH] Fix tremily -> blog.tremily in homepage URL in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b06f100..72a9fd2 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( author='W. Trevor King', author_email='wking@drexel.edu', license='GPL', - url='http://tremily.us/posts/insider/', + url='http://blog.tremily.us/posts/insider/', packages=['insider'], classifiers=[ 'Environment :: Web Environment', -- 2.26.2