[lxc-devel] [lxc/master] python-lxc: change package name _lxc -> lxc

GreatFruitOmsk on Github lxc-bot at linuxcontainers.org
Sat May 28 08:02:53 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 582 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160528/ca101445/attachment.bin>
-------------- next part --------------
From e45f86c6428819fda9815a43ebbb9ed4500dff45 Mon Sep 17 00:00:00 2001
From: Aleksandr Mezin <mezin.alexander at gmail.com>
Date: Sat, 28 May 2016 13:40:15 +0600
Subject: [PATCH] python-lxc: change package name _lxc -> lxc

Package name starting with underscore is considered invalid by
many tools. For example, you can't list such name in
install_requires in your setup.py.

Signed-off-by: Aleksandr Mezin <mezin.alexander at gmail.com>
---
 src/python-lxc/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python-lxc/setup.py b/src/python-lxc/setup.py
index c9c2014..58a8d7d 100644
--- a/src/python-lxc/setup.py
+++ b/src/python-lxc/setup.py
@@ -63,7 +63,7 @@ def get_pkg_config_var(name):
         super(LxcBuildExtCommand, self).build_extensions()
 
 
-setup(name='_lxc',
+setup(name='lxc',
       version='0.1',
       description='LXC',
       packages=['lxc'],


More information about the lxc-devel mailing list