diff --git a/setup.py b/setup.py index 40baa10..9bb74cb 100755 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ DISTNAME = 'cryptorandom' DESCRIPTION = 'Pseudorandom number generator and random sampling using cryptographic hash functions' -AUTHOR = 'Kellie Ottoboni and Philip B. Stark' -AUTHOR_EMAIL = 'kellieotto@berkeley.edu' +AUTHOR = 'Amanda Glazer, Kellie Ottoboni, Philip B. Stark' +AUTHOR_EMAIL = 'pbstark@berkeley.edu' URL = 'http://www.github.com/statlab/cryptorandom' LICENSE = 'BSD License' DOWNLOAD_URL = 'http://www.github.com/statlab/cryptorandom'