Skip to content

Commit 4052a08

Browse files
committed
add more pyproject.toml fields
1 parent 648c24f commit 4052a08

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ authors = ["Elijah Wilson <dev.tizz98@gmail.com>"]
99
packages = [
1010
{ include = "clerk" },
1111
]
12+
include = [
13+
"LICENSE",
14+
]
15+
license = "MIT"
16+
readme = "README.md"
1217

1318
[tool.poetry.dependencies]
1419
python = "^3.8"

0 commit comments

Comments
 (0)