Skip to content

Commit

Permalink
btrfs-progs: libbtrfsutil/python: reuse existing README.md for long d…
Browse files Browse the repository at this point in the history
…escription

Instead of copying the file during custom build commands, just use a
soft link to re-use the existing README.d from libbtrfsutil.

Issue: #310
Signed-off-by: Qu Wenruo <[email protected]>
  • Loading branch information
adam900710 committed Sep 21, 2024
1 parent 762c7e8 commit c2c922f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libbtrfsutil/python/README.md
2 changes: 2 additions & 0 deletions libbtrfsutil/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def run(self):
#version=get_version(),
version='6.11',
description='Library for managing Btrfs filesystems',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/kdave/btrfs-progs',
license='LGPLv2+',
cmdclass={'build_ext': my_build_ext},
Expand Down

0 comments on commit c2c922f

Please sign in to comment.