Fix typo in setup.py which produced a 'pysawsim/managerpysawsim/test' error.
authorW. Trevor King <wking@drexel.edu>
Fri, 31 Dec 2010 18:39:12 +0000 (13:39 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 31 Dec 2010 18:39:12 +0000 (13:39 -0500)
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,
     )