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 <wqu@suse.com>
  • Loading branch information
adam900710 committed Sep 21, 2024
1 parent 8a511ab commit dc3beb2
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 @@ -101,6 +101,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 dc3beb2

Please sign in to comment.