Skip to content

Commit

Permalink
setup.py: Try importing both.
Browse files Browse the repository at this point in the history
For some reason I can only reproduce the importing problem by generating
a package in pip.
  • Loading branch information
amorenoz committed Jul 17, 2023
1 parent 193d9e4 commit d125bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
keywords="ovs_dbg",
name="ovs_dbg",
packages=find_namespace_packages(
include=["ovs_dbg", "ovs_dbg.ofparse", "ovs_dbg.vendor.ovs.flow"]
include=["ovs_dbg", "ovs_dbg.ofparse", "ovs_dbg.vendor.ovs",
"ovs_dbg.vendor.ovs.flow"]
),
setup_requires=setup_requirements,
scripts=[
Expand Down

0 comments on commit d125bf1

Please sign in to comment.