File tree Expand file tree Collapse file tree 5 files changed +49
-40
lines changed
Expand file tree Collapse file tree 5 files changed +49
-40
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 ci :
14- uses : robotpy/build-actions/.github/workflows/package-pure.yml@v2025
14+ uses : robotpy/build-actions/.github/workflows/package-pure.yml@v2026
1515 secrets :
1616 META_REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
1717 PYPI_API_TOKEN : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 11# This file is intended for use on readthedocs
2- sphinx-autodoc-typehints
2+ sphinx-autodoc-typehints < 3.6
33sphinx-rtd-theme
44robotpy-sphinx-plugin
55-e .
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" hatchling" , " hatch-vcs" ]
3+ build-backend = " hatchling.build"
4+
5+ [project ]
6+ name = " robotpy-wpilib-utilities"
7+ dynamic = [" version" ]
8+ description = " Useful utility functions/objects for RobotPy"
9+ readme = " README.rst"
10+ requires-python = " >=3.10"
11+ license = {file = " LICENSE" }
12+ classifiers = [
13+ " Development Status :: 5 - Production/Stable" ,
14+ " Intended Audience :: Developers" ,
15+ " License :: OSI Approved :: BSD License" ,
16+ " Programming Language :: Python :: 3 :: Only" ,
17+ " Topic :: Software Development" ,
18+ " Topic :: Scientific/Engineering"
19+ ]
20+ dependencies = [
21+ " wpilib>=2026.1.1b1,<2027" ,
22+ ]
23+
24+ [[project .authors ]]
25+ name = " RobotPy Development Team"
26+ 27+
28+ [project .urls ]
29+ "Source code" = " https://github.com/robotpy/robotpy-wpilib-utilities"
30+
31+ [tool .hatch .build .targets .sdist ]
32+ exclude = [
33+ " .github" ,
34+ " .readthedocs.yml" ,
35+ " docs" ,
36+ " devtools" ,
37+ " tests" ,
38+ ]
39+
40+ [tool .hatch .build .targets .wheel ]
41+ packages = [" magicbot" , " robotpy_ext" ]
42+
43+ [tool .hatch .version ]
44+ source = " vcs"
45+
46+ [tool .hatch .build .targets .sdist .hooks .vcs ]
47+ version-file = " robotpy_ext/version.py"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments