Skip to content

Commit

Permalink
Modify long_description (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin authored Oct 11, 2024
1 parent 7db5810 commit a34996c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
################################################################################

import fnmatch
import io
import os
import shutil
import setup_utils.java_setuputils as java_setuputils
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit a34996c

Please sign in to comment.