This commit is contained in:
Death916 2021-08-21 04:03:33 -07:00
commit aa76d7f760
6 changed files with 40 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "deathclock"
version = "0.1.0"
description = ""
authors = ["Death916 <tavn1992@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"