Skip to content

Commit 874c650

Browse files
author
Luca Valentini
committed
Update pyproject
1 parent 00d94a5 commit 874c650

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pyproject.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
[tool.poetry]
22
name = "python-aws-ssm"
33
version = "0.1.0"
4-
description = ""
4+
description = "Python package that interfaces with AWS System Manager"
55
authors = ["Luca Valentini <[email protected]>"]
6-
6+
# New attributes
7+
license = "Apache License 2.0"
8+
readme = "README.md"
9+
homepage = "https://github.com/PaddleHQ/python-aws-ssm"
10+
repository = "https://github.com/PaddleHQ/python-aws-ssm"
11+
keywords = ["python", "aws", "ssm"]
12+
include = [
13+
"LICENSE",
14+
]
715
[tool.poetry.dependencies]
816
python = "^3.7"
917
boto3 = "^1.9"

0 commit comments

Comments
 (0)