Revision eb1d55e3 setup.py

b/setup.py
1 1
# Copyright 2009 Shikhar Bhushan
2
# Copyright 2011 Leonidas Poulopoulos
2 3
#
3 4
# Licensed under the Apache License, Version 2.0 (the "License");
4 5
# you may not use this file except in compliance with the License.
......
17 18
setup(name='ncclient',
18 19
      version='0.3.1',
19 20
      description="Python library for NETCONF clients",
20
      author="Shikhar Bhushan",
21
      author_email="shikhar@schmizz.net",
21
      author="Shikhar Bhushan, Leonidas Poulopoulos",
22
      author_email="shikhar@schmizz.net, leopoul@noc.grnet.gr",
22 23
      url="http://schmizz.net/ncclient/",
23 24
      packages=["ncclient", "ncclient/transport", "ncclient/operations"],
24 25
      license="Apache License 2.0",

Also available in: Unified diff