Skip to content

Commit 2019b54

Browse files
committed
Update pyproject.toml
1 parent 85c3795 commit 2019b54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ readme = "README.md"
1010
requires-python = ">=3.12"
1111
authors = [
1212
{ name = "M. Amin Safavi",
13-
email = "safavi.m.amin@gmail.com" },
13+
email = "safavi.m.amin@gmail.com" }
1414
]
1515
classifiers = [
16-
"License :: OSI Approved :: BSD License",
16+
"License :: OSI Approved :: MIT License"
1717
]
1818
dependencies = [
1919
"drake",
20-
"numpy",
20+
"numpy"
2121
]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)