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 76b2fe1 commit 0c37ca6Copy full SHA for 0c37ca6
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling", "hatch-vcs"]
+requires = ["hatchling>=1.26.2", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -9,6 +9,7 @@ description = "Build tool for RobotPy projects"
9
readme = "README.md"
10
requires-python = ">=3.8"
11
license = "BSD-3-Clause"
12
+license-files = ["LICENSE.txt", "robotpy_build/pybind11/LICENSE"]
13
authors = [
14
{name = "Dustin Spicuzza", email = "[email protected]"},
15
]
0 commit comments