File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ robot_wheel_platform = "linux-roborio"
3838# - ensures that [project.entry-points.prefix*] are renamed to "actual", which
3939# makes it easy to upgrade them each year (https://github.com/robotpy/robotpy-cli/issues/5)
4040# - also reminds me that we have to bump it every year ^_^
41+ robotpy_sim = " robotpy_sim.2026"
42+ robotpy_cli = " robotpy_cli.2026"
4143
4244[params .requirements ]
4345semiwrap = " ~=0.1.7"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
1818 " robotpy-native-wpinet==2025.3.2.1" ,
1919]
2020
21- [project .entry-points .robotpysimext ]
21+ [project .entry-points ."robotpy_sim . 2026" ]
2222ds-socket = " halsim_ds_socket"
2323
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies = [
1818 " robotpy-native-wpinet==2025.3.2.1" ,
1919]
2020
21- [project .entry-points .robotpysimext ]
21+ [project .entry-points ."robotpy_sim . 2026" ]
2222ws-server = " halsim_ws.server"
2323ws-client = " halsim_ws.client"
2424
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232[project .urls ]
3333"Source code" = " https://github.com/robotpy/mostrobotpy"
3434
35- [project .entry-points .robotpy ]
35+ [project .entry-points ."robotpy_cli . 2026" ]
3636run = " wpilib._impl.start:Main"
3737
3838
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies = [
2323 " wpilib==2025.3.2.4"
2424]
2525
26- [project .entry-points .robotpysimext ]
26+ [project .entry-points ."robotpy_sim . 2026" ]
2727xrp = " xrp.extension"
2828
2929
You can’t perform that action at this time.
0 commit comments