PyJSONProxy

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

commit
a84d73e9b1cffd6caf4a6396ecbef5a7176e6add
parent
6af4694d449b679666e07698078826ac674743e0
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-06-04 09:26
fix distributions

Diffstat

A MANIFEST.in 1 +
M setup.py 2 +-

2 files changed, 2 insertions, 1 deletions


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

@@ -0,0 +1 @@
   -1     1 include README.rst

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

@@ -5,7 +5,7 @@ from setuptools import setup
    5     5 
    6     6 setup(
    7     7     name='jsonproxy',
    8    -1     version='0.0.0',
   -1     8     version='0.0.1',
    9     9     description='Generic proxy to allow access to non-jsonp APIs',
   10    10     long_description=open('README.rst').read(),
   11    11     url='https://github.com/xi/PyJSONProxy',