Skip to content

Commit

Permalink
packaging: fix missing exports
Browse files Browse the repository at this point in the history
Bug-Url: #816
  • Loading branch information
svinota committed Jun 9, 2021
1 parent 4dcd1cc commit d072118
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyroute2.core/setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"netlink = pr2modules.netlink",
"iwutil = pr2modules.iwutil",
"protocols = pr2modules.protocols",
"IW = pr2modules.iwutil:IW",
"IPRoute = pr2modules.iproute.linux:IPRoute",
"RawIPRoute = pr2modules.iproute.linux:RawIPRoute",
"NetlinkError = pr2modules.netlink.exceptions:NetlinkError",
"NetlinkDecodeError = pr2modules.netlink.exceptions:NetlinkDecodeError",
"IPRouteRequest = pr2modules.netlink.rtnl.req:IPRouteRequest",
Expand Down

0 comments on commit d072118

Please sign in to comment.