First release

This commit is contained in:
allfro 2012-07-20 08:32:48 -04:00
parent a2e2530b32
commit 920651d675

View File

@ -12,6 +12,7 @@ setup(
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',
long_description=read('README.md'),
packages=find_packages('src'),
package_dir={ '' : 'src' },