From e63d0a85e39cd91b15e6b83839eac2c445cb60cd Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Tue, 2 May 2017 19:27:16 -0400 Subject: [PATCH] Brenda ought to be listed as an author! --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5948602..2344bf7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def readme(): version='0.1', description='Python applied sheaf computation library', url='http://github.com/kb1dds/pysheaf', - author='Michael Robinson', + author='Michael Robinson and Brenda Praggastis', author_email='michaelr@american.edu', license='MIT', packages=['pysheaf'],