You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
)