12 lines
302 B
Python
12 lines
302 B
Python
|
|
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'],
|
|
)
|