From 474e5a6b5a6ddc6d2480d0575228931a2f56e0b9 Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 7 Mar 2006 17:23:57 +0000 Subject: [PATCH] fixing errors in files --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf31272..8c8a517 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import pywinauto setup(name='pywinauto', version = pywinauto.__version__, description = 'pywinauto is a set of python modules to automate the Microsoft Windows GUI', - keywords = "windows automation gui GuiAuto" + keywords = "windows automation gui GuiAuto", url = "http://sourceforge.net/projects/pywinauto", author = 'Mark Mc Mahon', author_email = 'mark.m.mcmahon@gmail.com', @@ -37,7 +37,7 @@ setup(name='pywinauto', At it's simplest it allows you to send mouse and keyboard actions to windows dialogs and controls, but It has support for more complex controls also. -""" +""", packages = ["pywinauto", "pywinauto.tests", "pywinauto.controls"], #