From 80fc0d4b2413a639672ce5e720d894a4a4590488 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 Apr 2011 14:18:40 -0400 Subject: [PATCH] Add author information to setup.py. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 0f1361a..0e38bb7 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,8 @@ scripts = [os.path.join(SCRIPT_DIR, s) for s in listdir(SCRIPT_DIR) setup( name='pysawsim', version=__version__, + author='W. Trevor King', + author_email='wking@drexel.edu', description='Python framework for the sawsim force spectroscopy simulator.', url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/sawsim/', packages=['pysawsim', -- 2.26.2