btrfs-progs/libbtrfsutil/python
David Sterba 87c3fb557e libbtrfsutil: update python setup.py for distribution
Fixes so 'python3 -m build' works and package can be uploaded to pypi
(https://pypi.org/project/btrfsutil/).

- setup.py is still used for local build (make)
- for pypi it must be done by 'python3 -m build' that is build in a
  temporary directory
- btrfsutilpy.h must be also distributed
- version is set manually (the git VERSION file is not accessible)
- the project page metadata is empty, the README.md should be added

Issue: #310
Signed-off-by: David Sterba <dsterba@suse.com>
2024-08-14 23:58:10 +02:00
..
tests libbtrfsutil: fix accidentally closing fd passed to subvolume iterator 2024-06-25 17:42:18 +02:00
.gitignore
btrfsutilpy.h libbtrfsutil: python: fix build on Python 3.13 2024-07-30 20:01:38 +02:00
error.c libbtrfsutil: relicense to LGPLv2.1+ 2021-04-19 18:58:26 +02:00
filesystem.c libbtrfsutil: relicense to LGPLv2.1+ 2021-04-19 18:58:26 +02:00
module.c libbtrfsutil: comment out fd_converter() 2024-07-30 20:04:36 +02:00
qgroup.c libbtrfsutil: relicense to LGPLv2.1+ 2021-04-19 18:58:26 +02:00
setup.py libbtrfsutil: update python setup.py for distribution 2024-08-14 23:58:10 +02:00
subvolume.c libbtrfsutil: relicense to LGPLv2.1+ 2021-04-19 18:58:26 +02:00