From 655811f476a95b8eac2f65c78323a982d59eff1b Mon Sep 17 00:00:00 2001 From: hochikong <1097225749@qq.com> Date: Sun, 21 Aug 2016 19:37:29 +0800 Subject: T133:Add a generic method set() and delete() Rename the project Add set and delete method Rewrite README --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5a5d950..0c2f82e 100644 --- a/setup.py +++ b/setup.py @@ -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" ) -- cgit v1.2.3