From cacf44047fd76a03df5caa51bc07c7ddbb943721 Mon Sep 17 00:00:00 2001 From: Philip Kimmey Date: Tue, 15 Oct 2013 04:57:53 -0700 Subject: [PATCH] [setup.py] Set myself to be maintainer --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 8985a0c..6ad938e 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ description='A Django app useful for inlining CSS (primarily for e-mails)', long_description=open('README.md').read(), author='Philip Kimmey', - maintainer='Steve Jalim', - maintainer_email='steve@somefantastic.co.uk', + maintainer='Philip Kimmey', + maintainer_email='philip@rover.com', license='BSD', - url='https://github.com/stevejalim/django-inlinecss', - download_url='https://github.com/stevejalim/django-inlinecss/downloads', + url='https://github.com/roverdotcom/django-inlinecss', + download_url='https://github.com/roverdotcom/django-inlinecss/releases', packages=find_packages(), include_package_data=True, zip_safe=False,