From 59377796f0cd8e7529bca1f22ac035d3f0b10873 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 5 Jan 2022 12:55:30 +0100 Subject: [PATCH] Add pypi License, repo and README --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"},