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 ce05834 commit 384ca50Copy full SHA for 384ca50
pyproject.toml
@@ -17,19 +17,20 @@ requires = [
17
18
[tool.robotpy-build]
19
base_package = "rev"
20
+update_init = ["rev"]
21
22
[tool.robotpy-build.static_libs."revlib_driver".maven_lib_download]
23
artifact_id = "REVLib-driver"
24
group_id = "com.revrobotics.frc"
25
repo_url = "https://maven.revrobotics.com"
-version = "2025.0.1"
26
+version = "2025.0.2"
27
libs = ["REVLibDriver"]
28
29
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
30
artifact_id = "REVLib-cpp"
31
32
33
34
libs = ["REVLib"]
35
36
[tool.robotpy-build.wrappers."rev"]
0 commit comments