Commit 0a8fca09 by Stéphane Graber

Merge pull request #1034 from GreatFruitOmsk/master

python-lxc: change distribution name _lxc -> lxc
parents df5ce230 34c4f72b
...@@ -63,7 +63,7 @@ class LxcBuildExtCommand(BuildExtCommand): ...@@ -63,7 +63,7 @@ class LxcBuildExtCommand(BuildExtCommand):
super(LxcBuildExtCommand, self).build_extensions() super(LxcBuildExtCommand, self).build_extensions()
setup(name='_lxc', setup(name='lxc',
version='0.1', version='0.1',
description='LXC', description='LXC',
packages=['lxc'], packages=['lxc'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment