Skip to content

Commit a34996c

Browse files
authored
Modify long_description (#20)
1 parent 7db5810 commit a34996c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
################################################################################
1818

1919
import fnmatch
20-
import io
2120
import os
2221
import shutil
2322
import setup_utils.java_setuputils as java_setuputils
@@ -68,8 +67,8 @@ def run(self):
6867
'pyarrow>=5.0.0'
6968
]
7069

71-
with io.open('README.md', 'r', encoding='utf-8') as f:
72-
long_description = f.read()
70+
long_description = 'See Apache Paimon Python API \
71+
[Doc](https://paimon.apache.org/docs/master/program-api/python-api/) for usage.'
7372

7473
setup(
7574
name='paimon_python',

0 commit comments

Comments
 (0)