|
|
|
|
File: [Development] / shadowsclient / setup.py
(download)
/
(as text)
Revision: 1.3, Fri Oct 10 14:49:50 2003 UTC (6 years, 11 months ago) by theshadow Branch: MAIN Changes since 1.2: +1 -1 lines added T-make |
#!/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 BitTorrent
setup(
name = "BitTorrent",
version = BitTorrent.version,
author = "Bram Cohen",
author_email = "<bram@bitconjurer.org>",
url = "http://www.bitconjurer.org/BitTorrent/",
license = "MIT",
packages = ["BitTorrent"],
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",
'PSYCO.py',
'btmaketorrentgui.py', 'btcopyannounce.py', 'btsethttpseeds.py', 'bt-t-make.py' ]
)
| No CVS admin address has been configured |
Powered by ViewCVS 0.9.3 |