mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
First release
This commit is contained in:
parent
920651d675
commit
9cd5b89115
6
setup.py
6
setup.py
@ -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'
|
||||
]
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user