Skip to content

Commit 167c2fa

Browse files
authored
Merge pull request #21 from robotpy/toml-cfg
Use pyproject.toml to store requirement metadata
2 parents 82c2de2 + 62aa3f6 commit 167c2fa

18 files changed

+228
-78
lines changed

.github/workflows/dist.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
---
22
name: dist
33

4-
on: [push, pull_request]
4+
on:
5+
pull_request:
6+
push:
7+
branches:
8+
- main
9+
tags:
10+
- '*'
511

612
concurrency:
713
group: ${{ github.ref }}

MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install optional RobotPy components
2929
> [!NOTE]
3030
> At the beginning of build season not all components are available because
3131
> vendors haven't made releases set. If you install one of those components,
32-
> it will try to install `error-NAME-not-available-yet`
32+
> it will try to install version `0.0.0`
3333
3434
There are several categories of optional components that you can install. This
3535
uses the standard pip 'extras' installation functionality. The available

apriltag-requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

commands2-requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

cscore-requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

navx-requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

pathplannerlib-requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

phoenix5-requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

phoenix6-requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)