diff options
| author | hochikong <1097225749@qq.com> | 2016-08-21 19:37:29 +0800 |
|---|---|---|
| committer | hochikong <1097225749@qq.com> | 2016-08-21 19:37:29 +0800 |
| commit | 655811f476a95b8eac2f65c78323a982d59eff1b (patch) | |
| tree | 6aa2a938dfb73d1b185f56f026fbb519197a2bf3 /setup.py | |
| parent | 2584bea48c4c243fdf694cb21505bfbde6834a7f (diff) | |
| download | python-vyos-mgmt-655811f476a95b8eac2f65c78323a982d59eff1b.tar.gz python-vyos-mgmt-655811f476a95b8eac2f65c78323a982d59eff1b.zip | |
T133:Add a generic method set() and delete()
Rename the project
Add set and delete method
Rewrite README
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,17 +2,17 @@ from setuptools import setup, find_packages setup( - name="vyroute", + name="vymgmt", version="0.1", packages=find_packages(), install_requires=['pexpect'], - description="A library for VyOS routing setting", - long_description="A library for VyOS routing setting", + description="A library for VyOS configurations", + long_description="A library for VyOS configurations", author="Hochikong", - author_email="michellehzg@gmail.com", + author_email="hochikong@foxmail.com", license="MIT", - keywords="A library for VyOS routing setting", + keywords="A library for VyOS configurations", url="https://github.com/vyos/python-vyos-mgmt" ) |
