initial import of Connelly's public domain I2P python lib
This commit is contained in:
11
apps/sam/python/setup.py
Normal file
11
apps/sam/python/setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name="Python I2P API",
|
||||
version="0.9",
|
||||
description="Python Interface to I2P",
|
||||
author="Connelly Barnes",
|
||||
author_email="'Y29ubmVsbHliYXJuZXNAeWFob28uY29t\n'.decode('base64')",
|
||||
url="http://www.i2p.net/",
|
||||
packages=['i2p'],
|
||||
)
|
Reference in New Issue
Block a user