Removed all stasher-specifics, relocated them to

i2p/apps/stasher
This commit is contained in:
aum
2004-08-14 17:19:24 +00:00
committed by zzz
parent 130310fddd
commit f6d8d93a1b
7 changed files with 1 additions and 4315 deletions

View File

@ -5,18 +5,11 @@ import os, sys
os.chdir('./src')
if sys.platform == 'win32':
stasherFrontEnd = "..\\stasher.py"
else:
stasherFrontEnd = "../stasher"
setup(name="Python I2P API",
version="0.91",
description="Python Interface to I2P",
author="Connelly Barnes + Aum",
author="Connelly Barnes",
author_email="'Y29ubmVsbHliYXJuZXNAeWFob28uY29t\n'.decode('base64')",
url="http://www.i2p.net/",
packages=['i2p', 'i2p.pylib'],
py_modules=['bencode'],
scripts=[stasherFrontEnd],
)