Skip to content

Commit

Permalink
add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
juheise committed Nov 1, 2022
1 parent 0c5696a commit 12f96dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <jam.heise@gmail.com>"]
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"
Expand Down

0 comments on commit 12f96dd

Please sign in to comment.