We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab590b commit 6eed79aCopy full SHA for 6eed79a
setup.py
@@ -7,11 +7,11 @@
7
from distutils.core import setup
8
9
setup(name='python-loklak-api',
10
- version='1.5',
+ version='1.6',
11
description="Python API for loklak, Anonymous distributed P2P Systems.",
12
author='Sudheesh Singanamalla',
13
author_email='[email protected]',
14
- url='https://github.com/sudheesh001/python-loklak-api',
+ url='https://github.com/loklak/loklak_api_python',
15
license='',
16
platforms='Linux/Mac',
17
py_modules=['loklak'],
@@ -30,6 +30,6 @@
30
"wsgiref==0.1.2"
31
],
32
zip_safe=False,
33
- download_url='https://github.com/sudheesh001/python-loklak-api',
+ download_url='https://github.com/loklak/loklak_api_python',
34
scripts=['bin/loklak']
35
)
0 commit comments