diff options
| author | Devendra | 2014-05-08 04:12:28 +0530 | 
|---|---|---|
| committer | Devendra | 2014-05-08 04:12:28 +0530 | 
| commit | 1607828ef5d2ef6c3ce357f83f53ea109be02182 (patch) | |
| tree | 5abde41566f2a2fc4eccdfdb07a3eee9e970de0d /setup.py | |
| parent | 09dbc7589b35963be1835ed58dcfd09d4d5c3ccc (diff) | |
| download | pubnub-python-1607828ef5d2ef6c3ce357f83f53ea109be02182.tar.bz2 | |
updating package urls
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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=( | 
