diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-06-19 16:04:52 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-06-19 16:04:52 +0000 |
| commit | d5899f17e920420c183e7379a6405033064ec785 (patch) | |
| tree | 170ac0f15a1d270c2783b1db537d200a9ab786cc /setup.py | |
| parent | 308cef40680050f2617400bb729a9e9a1fc0835a (diff) | |
newforms-admin: Merged from trunk up to [7706].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ setup( name = "Django", version = version, url = 'http://www.djangoproject.com/', - author = 'Lawrence Journal-World', - author_email = 'holovaty@gmail.com', + author = 'Django Software Foundation', + author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', packages = packages, data_files = data_files, |
