First release

This commit is contained in:
allfro 2012-07-20 22:18:10 -04:00
parent 920651d675
commit 9cd5b89115

View File

@ -11,12 +11,12 @@ setup(
author_email='ndouba@gmail.com',
description='Micro Interceptor Proxy - a simple MITM HTTP/S proxy',
license='GPL',
url='https://github.com/allfro/pymiproxy/',
download_url='https://github.com/allfro/pymiproxy/tarball/master',
url='https://github.com/allfro/pymiproxy',
download_url='https://github.com/allfro/pymiproxy/zipball/master',
long_description=read('README.md'),
packages=find_packages('src'),
package_dir={ '' : 'src' },
install_requires = [
'pyopenssl'
]
)
)