Skip to content

Commit f236383

Browse files
committed
Fix repository dependencies
1 parent 02f96e6 commit f236383

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sr-kit-test"
33
description = "A collection of test scripts for the Student Robotics v4 kit."
44
readme = "README.md"
5-
license = {file = "LICENSE"}
5+
license = "MIT"
66
authors = [{name = "Will Barber", email = "wbarber@studentrobotics.org"}]
77
maintainers = [{name = "Student Robotics", email = "kit-team@studentrobotics.org"}]
88

@@ -13,7 +13,6 @@ classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Intended Audience :: Developers",
1515
"Typing :: Typed",
16-
"License :: OSI Approved :: MIT License",
1716
]
1817

1918
dynamic = ["version"]
@@ -33,9 +32,6 @@ dev = [
3332
"build",
3433
"types-pyserial >=3,<4",
3534
]
36-
inv = [
37-
"sr.tools @git+https://github.com/srobo/tools.git@minimal"
38-
]
3935

4036
[project.scripts]
4137
kit_test = "kit_test.cli:main"

0 commit comments

Comments
 (0)