cleanup .pyc files, fix setup.py

This commit is contained in:
Rob Glew 2017-08-16 13:09:24 -07:00
parent 4cd32a0271
commit 864b1400b4
16 changed files with 2 additions and 1 deletions

View file

@ -12,8 +12,9 @@ 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,
package_data={'pappyproxy': ['templates', 'lists']},
license='MIT',
entry_points = {
'console_scripts':['pappy = pappyproxy.pap:start'],