Changeset 126 for projects/AsynQueue/trunk/setup.py
- Timestamp:
- 02/22/08 22:41:33 (9 months ago)
- Files:
-
- projects/AsynQueue/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/AsynQueue/trunk/setup.py
r79 r126 30 30 31 31 ### Define setup options 32 kw = {'version':'0. 2',32 kw = {'version':'0.3', 33 33 'license':'GPL', 34 34 'platforms':'OS Independent', … … 47 47 kw['keywords'] = [ 48 48 'Twisted', 'asynchronous', 'threads', 49 'taskqueue', 'queue', 'priority', 'tasks', 'jobs'] 49 'taskqueue', 'queue', 'priority', 'tasks', 'jobs', 'nodes', 'cluster'] 50 50 51 51 52 kw['classifiers'] = [ 52 53 'Development Status :: 4 - Beta', 54 53 55 'Intended Audience :: Developers', 56 'Intended Audience :: Science/Research', 57 54 58 'License :: OSI Approved :: GNU General Public License (GPL)', 55 59 'Operating System :: OS Independent', 56 60 'Programming Language :: Python', 61 62 'Topic :: System :: Distributed Computing', 63 'Topic :: Software Development :: Object Brokering', 57 64 'Topic :: Software Development :: Libraries :: Python Modules', 58 65 ] 66 59 67 60 68 kw['description'] = " ".join("""
