From 4523eaf9a8297c9d4dc2d202c1871ba1ad1c63a7 Mon Sep 17 00:00:00 2001 From: "Philip B. Stark" Date: Tue, 29 Apr 2025 14:54:25 -0700 Subject: [PATCH] Update setup.py for authorship --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'