Merge branch 'master' of github.com:roglew/pappy-proxy into gh

This commit is contained in:
Rob Glew 2017-12-11 17:28:43 -06:00
commit 1fd7260653
16 changed files with 1 additions and 0 deletions

View file

@ -14,6 +14,7 @@ setup(name='pappyproxy',
#url='https://www.github.com/roglew/puppy-proxy',
packages=['pappyproxy', 'pappyproxy.interface'],
include_package_data = True,
package_data={'pappyproxy': ['templates', 'lists']},
license='MIT',
entry_points = {
'console_scripts':['pappy = pappyproxy.pap:start'],