mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
Add ovs.compat module to python package
Signed-off-by: Terry Wilson <twilson@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Timothy Redaelli <tredaelli@redhat.com>
This commit is contained in:
@@ -63,7 +63,8 @@ setup_args = dict(
|
|||||||
url='http://www.openvswitch.org/',
|
url='http://www.openvswitch.org/',
|
||||||
author='Open vSwitch',
|
author='Open vSwitch',
|
||||||
author_email='dev@openvswitch.org',
|
author_email='dev@openvswitch.org',
|
||||||
packages=['ovs', 'ovs.db', 'ovs.unixctl'],
|
packages=['ovs', 'ovs.compat', 'ovs.compat.sortedcontainers',
|
||||||
|
'ovs.db', 'ovs.unixctl'],
|
||||||
keywords=['openvswitch', 'ovs', 'OVSDB'],
|
keywords=['openvswitch', 'ovs', 'OVSDB'],
|
||||||
license='Apache 2.0',
|
license='Apache 2.0',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Reference in New Issue
Block a user