We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6684f commit 74a4428Copy full SHA for 74a4428
pyproject.toml
@@ -4,7 +4,10 @@ version = "2.0.0"
4
description = "Library to wrap C++ with Python and Matlab"
5
authors = [
6
{ name="Frank Dellaert", email="dellaert@gatech.edu" },
7
- { name = "Varun Agrawal", email = "varunagrawal@gatech.edu" }
+ { name = "Varun Agrawal", email = "varunagrawal@gatech.edu" },
8
+ { name = "Duy Nguyen Ta", email = "duynguyen@gatech.edu" },
9
+ { name = "Fan Jiang", email = "i@fanjiang.me" },
10
+ { name = "Matthew Sklar", email = "matthewsklar227@gmail.com" }
11
]
12
readme = "README.md"
13
license = "BSD-3-Clause"
0 commit comments