Skip to content

Commit 3ba6b48

Browse files
committed
Split tools into separate files
- Fixes #65
1 parent 3c29651 commit 3ba6b48

12 files changed

+583
-561
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
robotpy-build = "robotpy_build.pkgcfg"
4646

4747
[project.scripts]
48-
robotpy-build = "robotpy_build.tool:main"
48+
robotpy-build = "robotpy_build.tool.__main__:main"
4949

5050
[project.urls]
5151
"Source code" = "https://github.com/robotpy/robotpy-build"

0 commit comments

Comments
 (0)