Update pkg name.
diff --git a/setup.py b/setup.py
index c61fc69..3f1138f 100644
--- a/setup.py
+++ b/setup.py
@@ -6,11 +6,11 @@
 requirements = ["casbin==0.8.4", "psycopg2-binary==2.8.6", "black==20.8b1"]

 

 setup(

-    name="postgresql-watcher",

+    name="casbin-postgresql-watcher",

     version="0.0.1",

     author="hsluoyz",

     author_email="hsluoyz@gmail.com",

-    description="Casbin role watcher to be used for monitoring updates to casbin policies for PyCasbin",

+    description="Casbin role watcher to be used for monitoring updates to policies for PyCasbin",

     long_description=readme,

     long_description_content_type="text/markdown",

     url="https://github.com/pycasbin/postgresql-watcher",