Skip to content

Commit 2436772

Browse files
committed
Update for new install format
1 parent b94e44a commit 2436772

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: Implementation :: PyPy",
2626
]
2727
dependencies = [
28-
"kevinbotlib>=1.0.0a5",
28+
"kevinbotlib>=1.0.0a6",
2929
]
3030

3131
[project.urls]
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
# SPDX-FileCopyrightText: 2025-present meowmeowahr <meowmeowahr@gmail.com>
22
#
33
# SPDX-License-Identifier: LGPL-3.0-or-later
4-
5-
from kevinbotlib_deploytool_example.main import ExampleRobot
6-
7-
if __name__ == "__main__":
8-
ExampleRobot().run()
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from kevinbotlib_deploytool_example.main import ExampleRobot
2+
3+
if __name__ == "__main__":
4+
ExampleRobot().run()

0 commit comments

Comments
 (0)