cleanup .pyc files, fix setup.py
This commit is contained in:
parent
4cd32a0271
commit
864b1400b4
16 changed files with 2 additions and 1 deletions
pappyproxy
__pycache__
colors.cpython-35.pycconfig.cpython-35.pycconsole.cpython-35.pycmacros.cpython-35.pycpap.cpython-35.pycproxy.cpython-35.pycutil.cpython-35.pyc
interface/__pycache__
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
setup.py
3
setup.py
|
@ -12,8 +12,9 @@ setup(name='pappyproxy',
|
||||||
author='Rob Glew',
|
author='Rob Glew',
|
||||||
author_email='rglew56@gmail.com',
|
author_email='rglew56@gmail.com',
|
||||||
#url='https://www.github.com/roglew/puppy-proxy',
|
#url='https://www.github.com/roglew/puppy-proxy',
|
||||||
packages=['pappyproxy'],
|
packages=['pappyproxy', 'pappyproxy.interface'],
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
|
package_data={'pappyproxy': ['templates', 'lists']},
|
||||||
license='MIT',
|
license='MIT',
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts':['pappy = pappyproxy.pap:start'],
|
'console_scripts':['pappy = pappyproxy.pap:start'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue