Skip to content

Commit b0ccac6

Browse files
committed
Update entrypoint for 2027
1 parent 37ad7ab commit b0ccac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotpy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def main() -> typing.NoReturn:
251251

252252
cmds: typing.List[typing.Tuple[str, typing.Any]] = []
253253

254-
for entry_point in entry_points(group="robotpy_cli.2026"):
254+
for entry_point in entry_points(group="robotpy_cli.2027"):
255255
try:
256256
cmd_class = entry_point.load()
257257
except Exception:

0 commit comments

Comments
 (0)