在pypi中添加README
diff --git a/setup.py b/setup.py
index 95b37a1..5cf0ce9 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@
     author='hourui',
     author_email='hourui@qianmi.com',
     description='Python Dubbo Client.',
+    long_description=open('README.md').read(),
     license='Apache License 2.0',
     packages=find_packages(),
     classifiers=[