From ad73021302a0a04bd0d57ff60a542c87621b09bd Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Thu, 15 Aug 2019 11:58:56 +0200
Subject: [PATCH] Initialise poetry config.

---
 pyproject.toml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 000000000..74296f293
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,15 @@
+[tool.poetry]
+name = "BiscuIT-ng"
+version = "1.0dev0"
+description = "BiscuIT School Information System (SIS) - Next Generation Platform"
+authors = ["BiscuIT Team <biscuit-dev@lists.teckids.org>"]
+license = "MIT"
+
+[tool.poetry.dependencies]
+python = "^3.7"
+
+[tool.poetry.dev-dependencies]
+
+[build-system]
+requires = ["poetry>=0.12"]
+build-backend = "poetry.masonry.api"
-- 
GitLab