PyJSONProxy

simple proxy and scraper
git clone https://git.ce9e.org/PyJSONProxy.git

commit
8e7e3d3d9f36ba5dbec44899e4a25e448beca0a8
parent
596069e6c1c61ef93c4cf658e04ff58b895a2478
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-12-27 19:56
include template

Diffstat

M MANIFEST.in 1 +
M setup.py 1 +

2 files changed, 2 insertions, 0 deletions


diff --git a/MANIFEST.in b/MANIFEST.in

@@ -1 +1,2 @@
    1     1 include README.rst
   -1     2 include jsonproxy/templates/index.html

diff --git a/setup.py b/setup.py

@@ -19,6 +19,7 @@ setup(
   19    19     author='Tobias Bengfort',
   20    20     author_email='tobias.bengfort@posteo.de',
   21    21     packages=['jsonproxy'],
   -1    22     include_package_data=True,
   22    23     install_requires=[
   23    24         'Fakes',
   24    25         'beautifulsoup4',