Go to file
Jose M. Guisado f20ba067ed setup.py: rename name to python-libfdisk
Rename setuptools project name to fix source distribution filename from:

	libfdisk-1.X.tar.gz

to:

	python-libfdisk-1.X.tar.gz

Source distributions are created running:

	python setup.py sdist
2023-07-10 13:19:16 +02:00
.gitignore Initial commit 2022-04-06 12:56:11 +02:00
COPYING Add COPYING and license headers 2022-04-07 17:03:34 +02:00
MANIFEST.in Add MANIFEST.in 2022-04-06 15:40:31 +02:00
context.c context: wipe new partitions by default 2023-03-22 13:26:43 +01:00
fdisk.c fdisk: remove unuseful comment 2022-12-15 17:46:47 +01:00
fdisk.h context: delete unused label field 2022-12-20 16:18:31 +01:00
label.c label: check parttypes identity type 2023-01-11 17:11:51 +01:00
partition.c fdisk: declare kwlist array static 2022-12-15 17:51:17 +01:00
parttype.c add 'string' field getter to parttype 2023-01-11 17:11:41 +01:00
setup.py setup.py: rename name to python-libfdisk 2023-07-10 13:19:16 +02:00