From ab6084225860a4ef0b9340fc15310254c8d7e525 Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Fri, 20 May 2016 16:15:37 -0500 Subject: [PATCH] Change author info - Danny wrote this for us for a client originally back in the day, but in order to "own" the pypi record and not have him get bugged with support emails changing setup.py author info to Frank. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3483f18..c7b3dac 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,8 @@ setup( version=".".join(map(str, VERSION)), description='django-tos is a reusable Django application for setting Terms of Service.', long_description=readme, - author='Daniel Greenfeld', - author_email='pydanny@gmail.com', + author='Frank Wiles', + author_email='frank@revsys.com', url='http://github.com/revsys/django-tos/tree/master', packages=find_packages(), include_package_data=True,