Skip to content

Commit 109eadf

Browse files
authored
add extras for hatchling and setuptools (#44)
1 parent 37bfd3d commit 109eadf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ dynamic = ["version"]
2828
Repository = "https://github.com/localstack/plux"
2929

3030
[project.optional-dependencies]
31+
hatchling = [
32+
"hatchling"
33+
]
34+
setuptools = [
35+
"setuptools"
36+
]
3137
dev = [
3238
"build",
3339
"setuptools",

0 commit comments

Comments
 (0)