summaryrefslogtreecommitdiff
path: root/python/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r--python/pyproject.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml
deleted file mode 100644
index 6dc48e2..0000000
--- a/python/pyproject.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[tool.poetry]
-name = "astal"
-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"