btrfs-progs: libbtrfsutil/python: reuse existing README.md for long description

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 <wqu@suse.com>
This commit is contained in:
Qu Wenruo 2024-09-21 11:46:54 +09:30
parent 762c7e87de
commit c2c922f473
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
../README.md

View File

@ -108,6 +108,8 @@ setup(
#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},