mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
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:
parent
aca823ccd1
commit
ab60842258
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue