From f20ba067ed91932de9def76e77d67a4980dcd7b2 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Mon, 10 Jul 2023 13:19:16 +0200 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 349b7da..29c7eca 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ libfdisk = Extension('fdisk', sources = ['fdisk.c', 'context.c', 'label.c', 'partition.c', 'parttype.c']) -setup (name = 'libfdisk', +setup (name = 'python-libfdisk', version = '1.2', description = 'Python bindings for libfdisk', ext_modules = [libfdisk]) -- cgit v1.2.3-18-g5258