We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db5810 commit a34996cCopy full SHA for a34996c
setup.py
@@ -17,7 +17,6 @@
17
################################################################################
18
19
import fnmatch
20
-import io
21
import os
22
import shutil
23
import setup_utils.java_setuputils as java_setuputils
@@ -68,8 +67,8 @@ def run(self):
68
67
'pyarrow>=5.0.0'
69
]
70
71
- with io.open('README.md', 'r', encoding='utf-8') as f:
72
- long_description = f.read()
+ long_description = 'See Apache Paimon Python API \
+ [Doc](https://paimon.apache.org/docs/master/program-api/python-api/) for usage.'
73
74
setup(
75
name='paimon_python',
0 commit comments