aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2014-05-08 04:12:28 +0530
committerDevendra2014-05-08 04:12:28 +0530
commit1607828ef5d2ef6c3ce357f83f53ea109be02182 (patch)
tree5abde41566f2a2fc4eccdfdb07a3eee9e970de0d /setup.py
parent09dbc7589b35963be1835ed58dcfd09d4d5c3ccc (diff)
downloadpubnub-python-1607828ef5d2ef6c3ce357f83f53ea109be02182.tar.bz2
updating package urls
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c98ee99..373efde 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ setup(
description='PubNub Real-time push service in the cloud',
author='Stephen Blum',
author_email='support@pubnub.com',
- url='http://pubnub.s3.amazonaws.com/pip/pubnub-3.3.5.tar.gz',
+ url='https://github.com/pubnub/python/raw/async/dist/pubnub-3.5.0-beta.tar.gz',
py_modules=['Pubnub'],
license='MIT',
classifiers=(