Changeset 345 for indytube/trunk/setup.py
- Timestamp:
- 07/13/08 22:12:56 (6 months ago)
- Location:
- indytube/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
indytube/trunk
-
Property
svn:ignore set
to
indytube.egg-info
dist
build
-
Property
svn:ignore set
to
-
indytube/trunk/setup.py
r255 r345 2 2 import sys, os 3 3 4 version = '0. 2'4 version = '0.3' 5 5 6 6 setup(name='indytube', 7 7 version=version, 8 description="Indytube - transcoding and bittorrent seedingserver",8 description="Indytube - downloading, transcoding and bittorrent seeding/tracker server", 9 9 long_description="""\ 10 10 A server for transcoding using mencoder/ffmpeg2theora , and bittorrent metafile creation and seeding""", … … 29 29 # Twisted doesnt work yet - http://twistedmatrix.com/trac/ticket/1286 30 30 #'Twisted>=2.5', 31 'Cheetah' 31 'Cheetah', 32 'ztg' 33 # Nevow 34 # 32 35 ], 33 36 entry_points=""" … … 36 39 scripts=['indytube/indytube.py'], 37 40 38 #package_data={'indytube': ['templates/*/*','graphics/', 'flowplayer/', 'red5-webapp/','flvtool2-1.0.6/' 'INSTALL*', 'README', 'AUTHOR', 'LICENSE']},39 40 41 data_files = [ ('/etc/indytube/', ['indytube/indytube.conf']), 41 42 ] ,
