Fix install
This commit is contained in:
parent
4cd32a0271
commit
33fa4ce03b
3 changed files with 5 additions and 2 deletions
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
|
@ -0,0 +1,3 @@
|
|||
recursive-include pappyproxy/lists *
|
||||
recursive-include pappyproxy/templates *
|
||||
recursive-include pappyproxy/interface/repeater *
|
0
pappyproxy/interface/__init__.py
Normal file
0
pappyproxy/interface/__init__.py
Normal file
4
setup.py
4
setup.py
|
@ -4,7 +4,7 @@ import pkgutil
|
|||
#import pappyproxy
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
VERSION = "0.3.1"
|
||||
VERSION = "0.3.0"
|
||||
|
||||
setup(name='pappyproxy',
|
||||
version=VERSION,
|
||||
|
@ -12,7 +12,7 @@ setup(name='pappyproxy',
|
|||
author='Rob Glew',
|
||||
author_email='rglew56@gmail.com',
|
||||
#url='https://www.github.com/roglew/puppy-proxy',
|
||||
packages=['pappyproxy'],
|
||||
packages=['pappyproxy', 'pappyproxy.interface'],
|
||||
include_package_data = True,
|
||||
license='MIT',
|
||||
entry_points = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue