Skip to content

Commit 6eed79a

Browse files
committed
Adding changes to setup.py for new release
1 parent 7ab590b commit 6eed79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
from distutils.core import setup
88

99
setup(name='python-loklak-api',
10-
version='1.5',
10+
version='1.6',
1111
description="Python API for loklak, Anonymous distributed P2P Systems.",
1212
author='Sudheesh Singanamalla',
1313
author_email='[email protected]',
14-
url='https://github.com/sudheesh001/python-loklak-api',
14+
url='https://github.com/loklak/loklak_api_python',
1515
license='',
1616
platforms='Linux/Mac',
1717
py_modules=['loklak'],
@@ -30,6 +30,6 @@
3030
"wsgiref==0.1.2"
3131
],
3232
zip_safe=False,
33-
download_url='https://github.com/sudheesh001/python-loklak-api',
33+
download_url='https://github.com/loklak/loklak_api_python',
3434
scripts=['bin/loklak']
3535
)

0 commit comments

Comments
 (0)