diff --git a/setup.py b/setup.py index 2795cad..5a3e623 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ ################################################################################ import fnmatch -import io import os import shutil import setup_utils.java_setuputils as java_setuputils @@ -68,8 +67,8 @@ def run(self): 'pyarrow>=5.0.0' ] - with io.open('README.md', 'r', encoding='utf-8') as f: - long_description = f.read() + long_description = 'See Apache Paimon Python API \ + [Doc](https://paimon.apache.org/docs/master/program-api/python-api/) for usage.' setup( name='paimon_python',