diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-07 15:14:38 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-07 15:14:38 +0200 |
| commit | ff8a02880aa214bc95ec0b836a3a88853f7df110 (patch) | |
| tree | acf9f3d6f47c6c1983b659cf0a07853c3ef9c7cd /pyproject.toml | |
Initial poetry project
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..449b84e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "ymlstash" +version = "0.1.0" +description = "" +authors = ["Yuval Adam <_@yuv.al>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.12" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |
