summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdministrator <michellehzg@gmail.com>2016-06-07 21:57:22 +0800
committerAdministrator <michellehzg@gmail.com>2016-06-07 21:57:22 +0800
commit99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15 (patch)
treeecf4e532b5937ae63dd2d106a92a7cc645736b69 /setup.py
parentf8d0e73aec33cb625440e26c431106a25cbb32ee (diff)
downloadpython-vyos-mgmt-99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15.tar.gz
python-vyos-mgmt-99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15.zip
T83:Remove autogenerated files from git.
T84:Add proper .gitignore to the python management library. Fix a website address error in setup.py. Fix no newline at end of file
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 624ea87..50692fb 100644
--- a/setup.py
+++ b/setup.py
@@ -14,5 +14,5 @@ setup(
license="MIT",
keywords="A library for VyOS routing setting",
- url="http://https://github.com/vyos/python-vyos-mgmt"
-) \ No newline at end of file
+ url="https://github.com/vyos/python-vyos-mgmt"
+)