Show
Ignore:
Timestamp:
07/13/08 22:12:56 (6 months ago)
Author:
andy
Message:

new version, depend on 'ztg'

Location:
indytube/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • indytube/trunk

    • Property svn:ignore set to
      indytube.egg-info
      dist
      build

  • indytube/trunk/setup.py

    r255 r345  
    22import sys, os 
    33 
    4 version = '0.2' 
     4version = '0.3' 
    55 
    66setup(name='indytube', 
    77      version=version, 
    8       description="Indytube - transcoding and bittorrent seeding server", 
     8      description="Indytube - downloading, transcoding and bittorrent seeding/tracker server", 
    99      long_description="""\ 
    1010A server for transcoding using mencoder/ffmpeg2theora , and bittorrent metafile creation and seeding""", 
     
    2929          # Twisted doesnt work yet - http://twistedmatrix.com/trac/ticket/1286 
    3030          #'Twisted>=2.5', 
    31           'Cheetah' 
     31          'Cheetah', 
     32      'ztg' 
     33          # Nevow 
     34          # 
    3235      ], 
    3336      entry_points=""" 
     
    3639      scripts=['indytube/indytube.py'], 
    3740 
    38       #package_data={'indytube': ['templates/*/*','graphics/', 'flowplayer/', 'red5-webapp/','flvtool2-1.0.6/' 'INSTALL*', 'README', 'AUTHOR', 'LICENSE']}, 
    39  
    4041      data_files = [    ('/etc/indytube/', ['indytube/indytube.conf']),   
    4142                   ] ,