Skip to content

Commit

Permalink
added license
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed Jul 17, 2024
1 parent 89246ad commit 4a17562
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "list-user-permissions-for-aws-idc"
version = "0.1.0"
description = ""
version = "0.1.2"
description = "List users and permissions inside AWS Identity Center"
authors = ["Keith Rozario <[email protected]>"]
readme = "README.md"
license = "MIT"
homepage = "https://github.com/aws-samples/list-user-permissions-for-aws-idc"
repository = "https://github.com/aws-samples/list-user-permissions-for-aws-idc"
keywords = ["aws", "idc", "sso"]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 4a17562

Please sign in to comment.