projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70e2c3
)
Add author information to setup.py.
author
W. Trevor King
<wking@drexel.edu>
Tue, 19 Apr 2011 18:18:40 +0000
(14:18 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 19 Apr 2011 18:18:40 +0000
(14:18 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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',