Skip to content

Commit b4a34ba

Browse files
committed
Added dev dependencies
1 parent 1071988 commit b4a34ba

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ name = "binaryen.py"
77
authors = [
88
{name = "Jonathan Hargreaves", email = "[email protected]"},
99
]
10-
description = "A Python wrapper for binaryen"
10+
description = "A Python wrapper for Binaryen"
1111
requires-python = ">=3.11"
1212
dependencies = [
1313
'cffi >= 1.15.1',
1414
]
15-
version = "0.0.1"
15+
version = "0.0.1"
16+
17+
[project.optional-dependencies]
18+
dev = ["black", "isort", "mkdocs", "pytest"]

0 commit comments

Comments
 (0)