Changeset 295 for branches/0.5/daemon/setup.py
- Timestamp:
- 06/23/08 02:03:27 (7 months ago)
- Files:
-
- 1 modified
-
branches/0.5/daemon/setup.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/daemon/setup.py
r291 r295 11 11 '*.png', 12 12 '*.txt*', 13 '*.py', 14 '*.template' 13 15 ] 14 16 15 17 setup( 16 18 name='orbited', 17 version='0.5. 0alpha1',19 version='0.5.3', 18 20 author='Michael Carter', 19 21 author_email='CarterMichael@gmail.com', … … 21 23 download_url='http://www.orbited.org/download', 22 24 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.', 24 26 long_description='', 25 27 packages= find_packages(), … … 28 30 ]) }, 29 31 zip_safe = False, 30 install_requires = [ 31 # "event >= 0.3" 32 install_requires=[ 33 "demjson", 34 # "Twisted" 32 35 ], 33 34 36 entry_points = ''' 35 37 [console_scripts]