Skip to content

Commit

Permalink
fixing errors in files
Browse files Browse the repository at this point in the history
  • Loading branch information
markm committed Mar 7, 2006
1 parent fa1cb50 commit 474e5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
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',
long_description = """
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"],
#
Expand Down

0 comments on commit 474e5a6

Please sign in to comment.