Changeset 295

Show
Ignore:
Timestamp:
06/23/08 02:03:27 (2 months ago)
Author:
heyadayo
Message:

well, now Orbited 0.5.3...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.5/daemon/setup.py

    r291 r295  
    1111    '*.png',  
    1212    '*.txt*', 
     13    '*.py', 
     14    '*.template' 
    1315] 
    1416 
    1517setup( 
    1618    name='orbited', 
    17     version='0.5.0alpha1', 
     19    version='0.5.3', 
    1820    author='Michael Carter', 
    1921    author_email='CarterMichael@gmail.com', 
     
    2123    download_url='http://www.orbited.org/download', 
    2224    license='MIT License', 
    23     description='A twisted-based comet server', 
     25    description='A browser->tcp bridge; Comet is used to emulate TCP connections in the browser; Allows you to connect a web browser directly to an IRC or XMPP server, for instance.', 
    2426    long_description='', 
    2527    packages= find_packages(), 
     
    2830        ]) }, 
    2931    zip_safe = False, 
    30     install_requires = [ 
    31         # "event >= 0.3" 
     32    install_requires=[ 
     33        "demjson", 
     34#        "Twisted" 
    3235    ], 
    33      
    3436    entry_points = '''     
    3537        [console_scripts]