diff --git a/pyproject.toml b/pyproject.toml index f90ff08..d9a085e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ name = "habitmove" version = "0.4.0" description = "migrate nomie data to loop habits tracker" +license="GPL-3.0-only" +readme="README.md" +repository="https://git.martyoeh.me/Marty/habit-migrate" authors = ["Marty Oehme "] packages = [ { include = "habitmove", from = "src"},