mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-25 23:33:45 +00:00
Update author details in setup.py
This commit is contained in:
parent
679fdca740
commit
8a22710d0a
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -68,8 +68,8 @@ setup(
|
|||
name='wagtail',
|
||||
version=__version__,
|
||||
description='A Django content management system focused on flexibility and user experience',
|
||||
author='Matthew Westcott',
|
||||
author_email='matthew.westcott@torchbox.com',
|
||||
author='Wagtail core team + contributors',
|
||||
author_email='hello@wagtail.io', # For support queries, please see http://docs.wagtail.io/en/stable/support.html
|
||||
url='http://wagtail.io/',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue