projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837c425
)
Fix typo in setup.py which produced a 'pysawsim/managerpysawsim/test' error.
author
W. Trevor King
<wking@drexel.edu>
Fri, 31 Dec 2010 18:39:12 +0000
(13:39 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 31 Dec 2010 18:39:12 +0000
(13:39 -0500)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 6b164ab1f627d3a6acceca0fd742e35ea1cf6e1a..0f1361a75ce8cc39619b9e17c55df7ccaf0b8a85 100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-17,7
+17,7
@@
setup(
description='Python framework for the sawsim force spectroscopy simulator.',
url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/sawsim/',
packages=['pysawsim',
- 'pysawsim.manager'
+ 'pysawsim.manager'
,
'pysawsim.test'],
scripts=scripts,
)