mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Rename FRC to WPILib (#8637)
This commit is contained in:
2
wpinet/robotpy_pybind_build_info.bzl
generated
2
wpinet/robotpy_pybind_build_info.bzl
generated
@@ -157,7 +157,7 @@ def define_pybind_library(name, pkgcfgs = []):
|
||||
"//wpiutil:robotpy-wpiutil",
|
||||
],
|
||||
strip_path_prefixes = ["wpinet/src/main/python", "wpinet"],
|
||||
summary = "Binary wrapper for FRC wpinet library",
|
||||
summary = "Binary wrapper for WPILib networking library",
|
||||
project_urls = {"Source code": "https://github.com/robotpy/mostrobotpy"},
|
||||
author_email = "RobotPy Development Team <robotpy@googlegroups.com>",
|
||||
requires = ["robotpy-native-wpinet==0.0.0", "robotpy-wpiutil==0.0.0"],
|
||||
|
||||
@@ -13,7 +13,7 @@ requires = [
|
||||
[project]
|
||||
name = "robotpy-wpinet"
|
||||
version = "0.0.0"
|
||||
description = "Binary wrapper for FRC wpinet library"
|
||||
description = "Binary wrapper for WPILib networking library"
|
||||
authors = [
|
||||
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user