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"