Show
Ignore:
Timestamp:
02/22/08 22:41:33 (9 months ago)
Author:
edsuom
Message:

Worker specialties, improved timouts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/AsynQueue/trunk/setup.py

    r79 r126  
    3030 
    3131### Define setup options 
    32 kw = {'version':'0.2', 
     32kw = {'version':'0.3', 
    3333      'license':'GPL', 
    3434      'platforms':'OS Independent', 
     
    4747kw['keywords'] = [ 
    4848    'Twisted', 'asynchronous', 'threads', 
    49     'taskqueue', 'queue', 'priority', 'tasks', 'jobs'] 
     49    'taskqueue', 'queue', 'priority', 'tasks', 'jobs', 'nodes', 'cluster'] 
     50 
    5051 
    5152kw['classifiers'] = [ 
    5253    'Development Status :: 4 - Beta', 
     54 
    5355    'Intended Audience :: Developers', 
     56    'Intended Audience :: Science/Research', 
     57 
    5458    'License :: OSI Approved :: GNU General Public License (GPL)', 
    5559    'Operating System :: OS Independent', 
    5660    'Programming Language :: Python', 
     61 
     62    'Topic :: System :: Distributed Computing', 
     63    'Topic :: Software Development :: Object Brokering', 
    5764    'Topic :: Software Development :: Libraries :: Python Modules', 
    5865    ] 
     66 
    5967 
    6068kw['description'] = " ".join("""