Updated author information (setup.py changes have now been pulled back in to original project).

This commit is contained in:
Matt Austin 2011-09-14 13:49:05 +08:00
parent 1349484b84
commit 429b6d07ce

View File

@ -3,8 +3,8 @@ from bootstrapform.meta import VERSION
setup(name='django-bootstrap-form',
author='Matt Austin', author_email='mail@mattaustin.me.uk',
url='https://github.com/MattAustin/django-bootstrap-form',
author='tzangms', author_email='tzangms@gmail.com',
url='https://github.com/tzangms/django-bootstrap-form',
version=str(VERSION),
packages=find_packages(),
include_package_data=True,