From: W. Trevor King Date: Tue, 19 Apr 2011 18:18:40 +0000 (-0400) Subject: Add author information to setup.py. X-Git-Url: http://git.tremily.us/?p=sawsim.git;a=commitdiff_plain;h=80fc0d4b2413a639672ce5e720d894a4a4590488 Add author information to setup.py. --- 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',