mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-06 13:53:14 +00:00
python-lxc: change distribution name _lxc -> lxc
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>
This commit is contained in:
parent
df5ce2303c
commit
34c4f72b01
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user