Version 0.2.0
This commit is contained in:
parent
312b985229
commit
26376eaaec
43 changed files with 4699 additions and 2668 deletions
4
setup.py
4
setup.py
|
@ -4,12 +4,12 @@ import pkgutil
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='pappyproxy',
|
||||
version='0.1.1',
|
||||
version='0.2.0',
|
||||
description='The Pappy Intercepting Proxy',
|
||||
author='Rob Glew',
|
||||
author_email='rglew56@gmail.com',
|
||||
url='https://www.github.com/roglew/pappy-proxy',
|
||||
packages=['pappyproxy', 'pappyproxy.schema'],
|
||||
packages=['pappyproxy', 'pappyproxy.schema', 'pappyproxy.plugins'],
|
||||
include_package_data = True,
|
||||
license='MIT',
|
||||
entry_points = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue