Skip to content

Commit 5a1390e

Browse files
authored
feat: Create initial placeholder pyproject.toml
1 parent 0c5691b commit 5a1390e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tool.poetry]
2+
name = "mlip"
3+
version = "0.0.0"
4+
description = ""
5+
license = "LICENSE"
6+
authors = [
7+
"InstaDeep",
8+
]
9+
readme = "README.md"

0 commit comments

Comments
 (0)