2
0
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:
Terry Wilson
2018-08-10 10:13:23 -05:00
committed by Ben Pfaff
parent fa72c5366b
commit 2360464d62

View File

@@ -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=[