We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f547fc commit 7611022Copy full SHA for 7611022
subprojects/robotpy-xrp/pyproject.toml
@@ -50,6 +50,8 @@ packages = ["xrp"]
50
51
52
[tool.semiwrap]
53
+update_init = ["xrp"]
54
+
55
[tool.semiwrap.extension_modules."xrp._xrp"]
56
name = "xrp"
57
wraps = ["native.xrp"]
subprojects/robotpy-xrp/xrp/__init__.py
@@ -1,6 +1,6 @@
1
from . import _init__xrp
2
3
-# autogenerated by 'robotpy-build create-imports xrp'
+# autogenerated by 'semiwrap create-imports xrp xrp._xrp'
4
from ._xrp import (
5
XRPGyro,
6
XRPMotor,
0 commit comments