mitogen/setup.py

14 lines
305 B
Python

from distutils.core import setup
setup(
name = 'econtext',
version = '0.0.0-master',
description = "Remote Code Execution Contexts",
author = 'David Wilson',
license = 'OpenLDAP BSD',
url = 'http://github.com/dw/econtext/',
py_packages = ['econtext'],
zip_safe = False
)