Revision: 161
Author: jprantan
Date: Mon Jul 12 02:39:57 2010
Log: lower case name.
http://code.google.com/p/robotframework-mabot/source/detail?r=161

Modified:
 /tags/mabot-0.7/setup.py

=======================================
--- /tags/mabot-0.7/setup.py    Tue Oct 28 05:41:58 2008
+++ /tags/mabot-0.7/setup.py    Mon Jul 12 02:39:57 2010
@@ -23,7 +23,7 @@
 import sys

 def main():
-    setup(name         = 'Mabot',
+    setup(name         = 'mabot',
           version      =  _get_version(),
description = 'Manual test result reporting tool for Robot Framework',
           author       = 'Robot Framework Developers',

Reply via email to