Skip to content

Commit

Permalink
poetry init
Browse files Browse the repository at this point in the history
  • Loading branch information
qodot committed Sep 15, 2023
0 parents commit fd2807a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "lifecalendar"
version = "0.1.0"
description = ""
authors = ["qodot <waitingforqodot@gmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit fd2807a

Please sign in to comment.