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 /python/examples/pubnub-console/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 'python/examples/pubnub-console/setup.py')
| -rw-r--r-- | python/examples/pubnub-console/setup.py | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py index d46314e..e5a06ad 100644 --- a/python/examples/pubnub-console/setup.py +++ b/python/examples/pubnub-console/setup.py @@ -2,11 +2,11 @@ from setuptools import setup, find_packages  setup(      name='pubnub-console', -    version='3.5.0-beta', +    version='3.5.0-beta-1',      description='PubNub Developer Console',      author='Stephen Blum',      author_email='support@pubnub.com', -    url='https://github.com/pubnub/python/raw/async/python/examples/pubnub-console/dist/pubnub-console-3.5.0-beta.tar.gz', +    url='http://pubnub.com',      scripts=['pubnub-console'],      license='MIT',      classifiers=( @@ -21,6 +21,7 @@ setup(      install_requires=[          'pubnub==3.5.0-beta',          'cmd2>=0.6.7', +        'pygments >= 1.6'      ],      zip_safe=False,  ) | 
