setup.py.
This commit is contained in:
parent
9d0c2139d0
commit
4666cbb435
|
@ -0,0 +1,16 @@
|
|||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import with_statement
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = 'econtext',
|
||||
version = '0.1',
|
||||
description = "Remote Code Execution Contexts",
|
||||
author = 'David Wilson',
|
||||
license = 'OpenLDAP BSD',
|
||||
url = 'http://github.com/dw/econtext/',
|
||||
modules = ['econtext'],
|
||||
zip_safe = False
|
||||
)
|
Loading…
Reference in New Issue