Add author information to setup.py.
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Apr 2011 18:18:40 +0000 (14:18 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Apr 2011 18:18:40 +0000 (14:18 -0400)
setup.py

index 0f1361a75ce8cc39619b9e17c55df7ccaf0b8a85..0e38bb7fb145817b0d35a1f602d692fbaef4f72a 100755 (executable)
--- 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__,
 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',
     description='Python framework for the sawsim force spectroscopy simulator.',
     url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/sawsim/',
     packages=['pysawsim',