2021-08-26 19:57:49 +00:00
|
|
|
[tool.poetry]
|
2021-09-30 15:19:29 +00:00
|
|
|
name = "habitmove"
|
|
|
|
version = "0.3.1"
|
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]
|
|
|
|
|
2021-09-30 15:19:29 +00:00
|
|
|
[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"
|
2021-09-30 15:19:29 +00:00
|
|
|
|