mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[robotpy] Sync robotpy (#8318)
Project import generated by Copybara. GitOrigin-RevId: f6818c55dda55da1226e47a05a22d30f7cc477f1
This commit is contained in:
@@ -4,17 +4,17 @@ requires = [
|
||||
"hatchling",
|
||||
"hatch-nativelib~=0.2.0",
|
||||
"hatch-robotpy~=0.2.1",
|
||||
"robotpy-native-wpilib==2027.0.0a2",
|
||||
"robotpy-native-wpilib==0.0.0",
|
||||
]
|
||||
|
||||
[project]
|
||||
name = "robotpy-native-romi"
|
||||
version = "2027.0.0a2"
|
||||
version = "0.0.0"
|
||||
description = "WPILib Romi support library"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
dependencies = [
|
||||
"robotpy-native-wpilib==2027.0.0a2",
|
||||
"robotpy-native-wpilib==0.0.0",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
@@ -24,7 +24,7 @@ packages = ["src/native"]
|
||||
artifact_id = "romiVendordep-cpp"
|
||||
group_id = "edu.wpi.first.romiVendordep"
|
||||
repo_url = "https://frcmaven.wpi.edu/artifactory/release-2027"
|
||||
version = "2027.0.0-alpha-2"
|
||||
version = "0.0.0"
|
||||
|
||||
extract_to = "src/native/romi"
|
||||
libs = ["romiVendordep"]
|
||||
|
||||
Reference in New Issue
Block a user