Revision bfcf8aea setup.py

b/setup.py
15 15
from distutils.core import setup
16 16

  
17 17
setup(name='ncclient',
18
      version='0.2a',
18
      version='0.2',
19 19
      description="Python library for NETCONF clients",
20 20
      author="Shikhar Bhushan",
21 21
      author_email="shikhar@schmizz.net",
22
      url="http://code.google.com/p/ncclient/",
22
      url="http://schmizz.net/ncclient/",
23 23
      packages=["ncclient", "ncclient/transport", "ncclient/operations"],
24 24
      license="Apache License 2.0",
25 25
      platforms=["Posix; OS X; Windows"],

Also available in: Unified diff