Skip to content

Commit 0c37ca6

Browse files
Apply suggestions from code review
Co-authored-by: David Vo <[email protected]>
1 parent 76b2fe1 commit 0c37ca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs"]
2+
requires = ["hatchling>=1.26.2", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -9,6 +9,7 @@ description = "Build tool for RobotPy projects"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = "BSD-3-Clause"
12+
license-files = ["LICENSE.txt", "robotpy_build/pybind11/LICENSE"]
1213
authors = [
1314
{name = "Dustin Spicuzza", email = "[email protected]"},
1415
]

0 commit comments

Comments
 (0)