Version 0.2.8
This commit is contained in:
parent
f4274e1e82
commit
9a58a915c2
36 changed files with 1885 additions and 819 deletions
3
setup.py
3
setup.py
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import pkgutil
|
||||
import pappyproxy
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = '0.2.7'
|
||||
VERSION = pappyproxy.__version__
|
||||
|
||||
setup(name='pappyproxy',
|
||||
version=VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue