Version 0.2.7
This commit is contained in:
parent
fda0166e72
commit
f4274e1e82
27 changed files with 2136 additions and 493 deletions
3
setup.py
3
setup.py
|
@ -3,7 +3,7 @@
|
|||
import pkgutil
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.2.6'
|
||||
VERSION = '0.2.7'
|
||||
|
||||
setup(name='pappyproxy',
|
||||
version=VERSION,
|
||||
|
@ -33,6 +33,7 @@ setup(name='pappyproxy',
|
|||
'pytest>=2.8.3',
|
||||
'service_identity>=14.0.0',
|
||||
'twisted>=15.4.0',
|
||||
'txsocksx>=1.15.0.2'
|
||||
],
|
||||
classifiers=[
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue