Add author information to setup.py.
[sawsim.git] / 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__,
+    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',