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,