From 856be4dba54d5d3f4a5d37be04ed9391fc45214c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 28 Feb 2018 15:33:38 -0500 Subject: [PATCH] Fix package name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 122731d..0ed4594 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ class LxcBuildExtCommand(BuildExtCommand): super(LxcBuildExtCommand, self).build_extensions() -setup(name='lxc-python3', +setup(name='python3-lxc', version='0.1', description='Python3 bindings for LXC', long_description='The lxc-python3 package contains LXC bindings for python3',