diff options
author | Aylur <[email protected]> | 2024-05-19 02:39:53 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-05-19 02:39:53 +0200 |
commit | 1425b396b08f0e91d45bbd0f92b1309115c7c870 (patch) | |
tree | 8af1a899a14d8a01a9ef50e248c077b48aed25bc /python/pyproject.toml |
init 0.1.0
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r-- | python/pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml new file mode 100644 index 0000000..2103286 --- /dev/null +++ b/python/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "astal.py" +version = "0.1.0" +description = "" +authors = [] + +[tool.poetry.dependencies] +python = "^3.11" +gengir = "^1.0.2" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |