habitmove/pyproject.toml

19 lines
372 B
TOML
Raw Normal View History

2021-08-26 19:57:49 +00:00
[tool.poetry]
name = "habitmove"
2021-12-06 19:45:08 +00:00
version = "0.4"
2021-08-26 19:57:49 +00:00
description = "migrate nomie data to loop habits tracker"
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
habitmove = "run:main"
2021-08-26 19:57:49 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"