cleanup .pyc files, fix setup.py
This commit is contained in:
parent
4cd32a0271
commit
864b1400b4
16 changed files with 2 additions and 1 deletions
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