diff options
author | Christian Segundo | 2023-04-30 12:49:40 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-30 12:49:40 +0200 |
commit | 6de2c96153da9d1678f5db74ec7cbd852721ccb7 (patch) | |
tree | 2384893f2bb033596f098799e96e5e928a30c63f /pyproject.toml | |
parent | f9a6aa553c5780c7579c4a01991e3080d3964706 (diff) | |
download | awscli-plugin-passtotp-6de2c96153da9d1678f5db74ec7cbd852721ccb7.tar.gz |
Move to internal git
Diffstat (limited to 'pyproject.toml')
-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"] |