mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-14 00:55:58 +00:00
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'],
|
|
)
|