-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
btrfs-progs: libbtrfsutil: reuse existing README.md for long description #895
Conversation
Provide at least basic description of the library for pypi.org main page. It's for libbtrfsutil that mentions the C and python usage. [ ci skip ] Issue: kdave#310 Signed-off-by: David Sterba <[email protected]>
This mostly reverts the commit 8f1f2e7 ("libbtrfsutil: update btrfsutil long description"). There is no need to introduce such a drama to create a temporary pypi-README.md, just reuse the existing one in libbtrfsutil/README.md. This does not only make the code simpler, but pass CI. Issue: kdave#310 Fixes: 8f1f2e7 ("libbtrfsutil: update btrfsutil long description") Signed-off-by: Qu Wenruo <[email protected]>
Have you tried building the python package? Relative paths don't work because the package is built out of git. For the same reason the VERSION can't be read automatically. |
|
The other solution would be just add a softlink, so the build system can work with the same |
BTW, the current libbtrfsutils python binding fails to build if using proper
So the python binding from the very beginning is cursed, so is the build command. |
Closed for a more proper fix for the build system. |
This mostly reverts the commit 8f1f2e7 ("libbtrfsutil: update btrfsutil long description").
There is no need to introduce such a drama to create a temporary pypi-README.md, just reuse the existing one in libbtrfsutil/README.md.
This does not only make the code simpler, but pass CI.
Issue: #310
Fixes: 8f1f2e7 ("libbtrfsutil: update btrfsutil long description")