Revision: 107
Author: janne.t.harkonen
Date: Sun Nov 7 23:51:21 2010
Log: update contact information
http://code.google.com/p/robotframework-sshlibrary/source/detail?r=107
Modified:
/trunk/setup.py
=======================================
--- /trunk/setup.py Thu Oct 30 06:42:42 2008
+++ /trunk/setup.py Sun Nov 7 23:51:21 2010
@@ -11,12 +11,12 @@
version = SSHLibrary.__version__,
description = 'Test Library for Robot Framework enabling SSH',
author = 'Robot Framework Developers',
- author_email = '[email protected]',
+ author_email = '[email protected]',
url
= 'http://code.google.com/p/robotframework-sshlibrary/',
package_dir = { '' : 'src'},
packages = ['SSHLibrary']
)
-
+
if __name__ == "__main__":
main()