PyJSONProxy

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

commit
e7e1258f313a3ad9c5ce1c9546ae40494a9c09c6
parent
a6af37d7d9895953177c5d3502b09b72f711ec11
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-02-05 16:45
fix github URL

Diffstat

M setup.py 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -8,7 +8,7 @@ setup(
    8     8     version='0.0.0',
    9     9     description='Generic proxy to allow access to non-jsonp APIs',
   10    10     long_description=open('README.rst').read(),
   11    -1     url='https://github.com/xi/jsonproxy',
   -1    11     url='https://github.com/xi/PyJSONProxy',
   12    12     author='Tobias Bengfort',
   13    13     author_email='tobias.bengfort@posteo.de',
   14    14     packages=['jsonproxy'],