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.
This commit is contained in:
Frank Wiles 2016-05-20 16:15:37 -05:00
parent aca823ccd1
commit ab60842258

View file

@ -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,