]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
python-lxc: change distribution name _lxc -> lxc 1034/head
authorAleksandr Mezin <mezin.alexander@gmail.com>
Sat, 28 May 2016 07:40:15 +0000 (13:40 +0600)
committerAleksandr Mezin <mezin.alexander@gmail.com>
Sat, 28 May 2016 19:08:55 +0000 (01:08 +0600)
Distribution 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@gmail.com>
src/python-lxc/setup.py

index c9c201436792aee16caf8f5af7172f82f96b1ffc..58a8d7d0ac55d995f489dcc5b59f714bcb8e3a5e 100644 (file)
@@ -63,7 +63,7 @@ class LxcBuildExtCommand(BuildExtCommand):
         super(LxcBuildExtCommand, self).build_extensions()
 
 
-setup(name='_lxc',
+setup(name='lxc',
       version='0.1',
       description='LXC',
       packages=['lxc'],