From ffbf434b2a5f6af363a17a4f29f0ed01716f94d6 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Thu, 15 Jul 2021 23:56:41 +0100 Subject: [PATCH] Fixing up pyproject.toml metadata --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a61284..42d4e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,13 @@ [tool.poetry] name = "iso8601" -version = "1.0.0-alpha.0" +version = "1.0.0-alpha.1" description = "Simple module to parse ISO 8601 dates" authors = ["Michael Twomey "] license = "MIT" +readme = "README.rst" +homepage = "https://github.com/micktwomey/pyiso8601" +repository = "https://github.com/micktwomey/pyiso8601" +documentation = "https://pyiso8601.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = ">=3.6.2,<4.0"