mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +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/',
|
||||
author='Open vSwitch',
|
||||
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'],
|
||||
license='Apache 2.0',
|
||||
classifiers=[
|
||||
|
Reference in New Issue
Block a user