diff options
| author | Devendra | 2014-06-15 10:23:16 +0530 |
|---|---|---|
| committer | Devendra | 2014-06-15 10:23:16 +0530 |
| commit | 75033e11a429b52b0366d63bdd8f81b795a7145d (patch) | |
| tree | 7e7871fd7256c6fa9c835c996c0cee113a4eae6a /setup.py | |
| parent | 646fdda7abbd997925e83a497ed70ca27fb64654 (diff) | |
| download | pubnub-python-75033e11a429b52b0366d63bdd8f81b795a7145d.tar.bz2 | |
fixing customer issue, making changes to dev console to print pretty
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ from setuptools import setup, find_packages setup( name='pubnub', - version='3.5.0-beta', + version='3.5.0-beta-1', description='PubNub Real-time push service in the cloud', author='Stephen Blum', author_email='support@pubnub.com', - url='https://github.com/pubnub/python/raw/async/dist/pubnub-3.5.0-beta.tar.gz', + url='http://pubnub.com', py_modules=['Pubnub'], license='MIT', classifiers=( |
