From d73f8771196fcac53bfdf3a2e4edb5889c2db2f7 Mon Sep 17 00:00:00 2001 From: Ali Lozano Date: Thu, 19 Apr 2012 15:50:20 -0500 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 51cccc1..e95ebbd 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ def read(fname): description='A Django app for extends Django\'s messages framework, adds sticky messages and persistent messages', long_description=read('README.md'), author='philomat', - base-project = 'https://github.com/philomat/django-persistent-messages', - rebuild-author='AliLozano', + #base-project = 'https://github.com/philomat/django-persistent-messages', + co-author='AliLozano', license='BSD', url='https://github.com/AliLozano/django-messages-extends/', keywords=['messages', 'django', 'persistent', 'sticky', ],