Revision: 162
Author: jprantan
Date: Mon Jul 12 02:40:29 2010
Log: lower case name.
http://code.google.com/p/robotframework-mabot/source/detail?r=162
Modified:
/trunk/setup.py
=======================================
--- /trunk/setup.py Tue Oct 28 05:41:58 2008
+++ /trunk/setup.py Mon Jul 12 02:40:29 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',