diff options
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 53a5e9e..2a6ac74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "awscli-plugin-passtotp" -version = "1.0.1" +version = "1.0.2" description = "" authors = ["Christian Segundo <christian@segundo.com>"] license = "GPL-3.0-or-later" -repository = "https://github.com/someone-stole-my-name/awscli-plugin-passtotp" -documentation = "https://github.com/someone-stole-my-name/awscli-plugin-passtotp/blob/master/README.md" +repository = "https://git.segundo.io/awscli-plugin-passtotp" +documentation = "https://git.segundo.io/awscli-plugin-passtotp/tree/README" -readme = "README.md" +readme = "README" keywords = ["aws", "aws-cli", "boto3", "pass", "pass-otp"] |