Skip to content

Commit 4a17562

Browse files
committed
added license
1 parent 89246ad commit 4a17562

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[tool.poetry]
22
name = "list-user-permissions-for-aws-idc"
3-
version = "0.1.0"
4-
description = ""
3+
version = "0.1.2"
4+
description = "List users and permissions inside AWS Identity Center"
55
authors = ["Keith Rozario <krozario@amazon.com>"]
66
readme = "README.md"
7+
license = "MIT"
8+
homepage = "https://github.com/aws-samples/list-user-permissions-for-aws-idc"
9+
repository = "https://github.com/aws-samples/list-user-permissions-for-aws-idc"
10+
keywords = ["aws", "idc", "sso"]
711

812
[tool.poetry.dependencies]
913
python = "^3.9"

0 commit comments

Comments
 (0)