Initialize poetry

This commit is contained in:
Ceda EI 2024-03-31 22:36:34 +05:30
parent 3eeffc5447
commit f20c4842c5
3 changed files with 22 additions and 0 deletions

0
inni/__init__.py Normal file
View File

7
poetry.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
package = []
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "81b2fa642d7f2d1219cf80112ace12d689d053d81be7f7addb98144d56fc0fb2"

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "inni"
version = "0.1.0"
description = "Modular system to perform tasks surrounding log-in and log-out."
authors = ["Ceda EI <ceda_ei@webionite.com>"]
license = "GPL-3.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"