[strongwind] Change the name of strongwind from "Strongwind" to "strongwind".



commit b1de87b4e608f2312d9e97b53cc51923b47e0fb0
Author: Ray Wang <raywang gnome org>
Date:   Tue Jun 30 18:00:25 2009 +0800

    Change the name of strongwind from "Strongwind" to "strongwind".
    
    Add a MANIFEST.in for distributing License file to tarball. (#583865)

 MANIFEST.in |    1 +
 setup.py    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..eb762f3
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include COPYING
diff --git a/setup.py b/setup.py
index cfefc1c..55df122 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ automatically.
 
 from distutils.core import setup
 
-setup(name='Strongwind',
+setup(name='strongwind',
       version='0.9',
       description='GUI Test Automation Framework',
       author='Jonathan Tai',



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]