Spaces:
Running
on
Zero
Running
on
Zero
Update pyproject.toml
Browse files- pyproject.toml +3 -3
pyproject.toml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
[project]
|
| 2 |
-
name = "
|
| 3 |
authors = [
|
| 4 |
-
{ name = "
|
| 5 |
]
|
| 6 |
-
description = "Inference codebase for
|
| 7 |
readme = "README.md"
|
| 8 |
requires-python = ">=3.10"
|
| 9 |
license = { file = "LICENSE.md" }
|
|
|
|
| 1 |
[project]
|
| 2 |
+
name = "FireFlow"
|
| 3 |
authors = [
|
| 4 |
+
{ name = "Yingying Deng, Xiangyu He, et al.", email = "iva.shuanholmes@gmail.com" },
|
| 5 |
]
|
| 6 |
+
description = "Inference codebase for FireFlow"
|
| 7 |
readme = "README.md"
|
| 8 |
requires-python = ">=3.10"
|
| 9 |
license = { file = "LICENSE.md" }
|