更新文件大小写
diff --git a/setup.py b/setup.py
index 4584a11..f3d2321 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
     description = (
         "Python Dubbo Client"
     ),
-    long_description = open("README.MD").read(),
+    long_description = open("README.md").read(),
     keywords = (
         "Dubbo, JSON-RPC, JSON, RPC, Client,"
         "HTTP-Client, Remote Procedure Call, JavaScript Object Notation, "