Skip to content

Commit

Permalink
Updating project name slightly based on feedback. Adding copying file…
Browse files Browse the repository at this point in the history
… to manifest template.
  • Loading branch information
jtatum committed Apr 30, 2011
1 parent 3232f26 commit d8007a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include COPYING.txt
global-include *.h
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=======================================
PyATOM - Automated Testing on Macintosh
=======================================
=================================
PyATOM - Automated Testing on Mac
=================================
Introduction
============
We are pleased to introduce the first Python library to fully enable GUI testing of Macintosh applications via the Apple Accessibility API. This library was created out of desperation. Existing tools such as using appscript to send messages to accessibility objects are painful to write and slow to use. PyATOM has direct access to the API. It's fast and easy to use to write tests.
We are pleased to introduce the first Python library to fully enable GUI testing of Mac applications via the Apple Accessibility API. This library was created out of desperation. Existing tools such as using appscript to send messages to accessibility objects are painful to write and slow to use. PyATOM has direct access to the API. It's fast and easy to use to write tests.

Getting started
===============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def read(fname):
author = 'The PyATOM Team',
author_email = '[email protected]',
url = 'http://pyatom.com',
description = ("Automated Testing on Macintosh - test GUI applications "
description = ("Automated Testing on Mac - test GUI applications "
"written in Cocoa by using Apple's Accessibility API"),
license = 'GPLv2',
long_description = read('README.rst'),
Expand Down

0 comments on commit d8007a7

Please sign in to comment.