[PyObjC-svn] r2188 - in trunk/pyobjc/pyobjc-framework-Automator: . Doc Lib

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sat May  2 03:01:09 2009
New Revision: 2188

Log:
* Better long_description
* Add (trivial) API notes documentation
* Improved svn:ignore attributes


Added:
   trunk/pyobjc/pyobjc-framework-Automator/Doc/
   trunk/pyobjc/pyobjc-framework-Automator/Doc/api-notes-Automator.txt
Modified:
   trunk/pyobjc/pyobjc-framework-Automator/   (props changed)
   trunk/pyobjc/pyobjc-framework-Automator/Lib/   (props changed)
   trunk/pyobjc/pyobjc-framework-Automator/setup.py

Modified: trunk/pyobjc/pyobjc-framework-Automator/setup.py
==============================================================================
--- trunk/pyobjc/pyobjc-framework-Automator/setup.py	(original)
+++ trunk/pyobjc/pyobjc-framework-Automator/setup.py	Sat May  2 03:01:09 2009
@@ -1,5 +1,8 @@
 ''' 
-Wrappers for framework 'Automator'. 
+Wrappers for the "Automator" framework on MacOSX. The Automator framework
+supports the development of actions for the Automator application, as well 
+as the ability to run a workflow in developer applications. An action is 
+a bundle that, when loaded and run, performs a specific task.
 
 These wrappers don't include documentation, please check Apple's documention
 for information on how to use this framework and PyObjC's documentation
@@ -18,7 +21,7 @@
 
 setup(
     name='pyobjc-framework-Automator',
-    version='2.2b1',
+    version='2.2b2',
     description = "Wrappers for the framework Automator on Mac OS X",
     long_description = __doc__,
     author='Ronald Oussoren',
@@ -27,13 +30,10 @@
     platforms = [ "MacOS X" ],
     packages = [ "Automator" ],
     package_dir = { '': 'Lib' },
-    setup_requires = [
-    ],
     install_requires = [ 
-        'pyobjc-core>=2.2b1',
-        'pyobjc-framework-Cocoa>=2.2b1',
+        'pyobjc-core>=2.2b2',
+        'pyobjc-framework-Cocoa>=2.2b2',
     ],
-    dependency_links = [],
     package_data = { 
         '': ['*.bridgesupport'] 
     },

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.