1
0
mirror of https://github.com/lxc/python3-lxc.git synced 2026-02-05 18:48:46 +01:00

Fix package name

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2018-02-28 15:33:38 -05:00
parent 07ab1e2f20
commit 856be4dba5

View File

@@ -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',