(file) Return to setup.py CVS log (file) (dir) Up to [Development] / bittornado

File: [Development] / bittornado / setup.py (download) / (as text)
Revision: 1.5, Fri Apr 2 23:58:57 2004 UTC (6 years, 5 months ago) by theshadow
Branch: MAIN
Changes since 1.4: +4 -1 lines
fix for Linux

#!/usr/bin/env python

# Written by Bram Cohen
# see LICENSE.txt for license information

import sys
assert sys.version >= '2', "Install Python 2.0 or greater"
from distutils.core import setup, Extension
import BitTornado

setup(
    name = "BitTornado",
    version = BitTornado.version,
    author = "Bram Cohen, John Hoffman, Uoti Arpala et. al.",
    author_email = "<theshadow@degreez.net>",
    url = "http://www.bittornado.com",
    license = "MIT",
    
    packages = ["BitTornado","BitTornado.BT1"],

    scripts = ["btdownloadgui.py", "btdownloadheadless.py", "btdownloadlibrary.py", 
        "bttrack.py", "btmakemetafile.py", "btlaunchmany.py", "btcompletedir.py",
        "btdownloadcurses.py", "btcompletedirgui.py", "btlaunchmanycurses.py", 
        "btmakemetafile.py", "btreannounce.py", "btrename.py", "btshowmetainfo.py",
        "bttest.py",
        'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py',
        'alloc.gif','black1.ico','black.ico','blue.ico','green1.ico','green.ico',
        'icon_bt.ico','icon_done.ico','red.ico','white.ico',
        'yellow1.ico','yellow.ico']
    )

No CVS admin address has been configured
Powered by
ViewCVS 0.9.3