Skip to content

Commit 7611022

Browse files
committed
xrp
1 parent 8f547fc commit 7611022

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

subprojects/robotpy-xrp/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ packages = ["xrp"]
5050

5151

5252
[tool.semiwrap]
53+
update_init = ["xrp"]
54+
5355
[tool.semiwrap.extension_modules."xrp._xrp"]
5456
name = "xrp"
5557
wraps = ["native.xrp"]

subprojects/robotpy-xrp/xrp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import _init__xrp
22

3-
# autogenerated by 'robotpy-build create-imports xrp'
3+
# autogenerated by 'semiwrap create-imports xrp xrp._xrp'
44
from ._xrp import (
55
XRPGyro,
66
XRPMotor,

0 commit comments

Comments
 (0)