From 12f96ddc3357e7aaf8246326b286cdf13642ce2f Mon Sep 17 00:00:00 2001 From: Julian Heise Date: Tue, 1 Nov 2022 11:14:21 +0100 Subject: [PATCH] add package info --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6deddd0..b6c0681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,12 @@ [tool.poetry] name = "argument-checks" -version = "0.1.0" +version = "0.1.1" description = "utility for checking that call args have the expected types and all required args are provided" authors = ["Julian Heise "] license = "MIT" +readme = "README.md" +homepage = "https://github.com/juheise/argument-checks/" +repository = "https://github.com/juheise/argument-checks/" [tool.poetry.dependencies] python = "^3.7"