summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index bc69a0c..3369e1f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#author=hochikong
+# author=Hochikong
from setuptools import setup, find_packages
setup(
@@ -13,5 +13,6 @@ setup(
author_email="michellehzg@gmail.com",
license="Apache License2.0",
- platforms="Independant",
+ keywords="A library for VyOS routing setting",
+ url="http://github.com/Hochikong/vyroute"
) \ No newline at end of file