We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f1c80 commit bf81de9Copy full SHA for bf81de9
pyproject.toml
@@ -7,6 +7,7 @@ name = "binaryen.py"
7
authors = [{ name = "Jonathan Hargreaves", email = "jhargreaves189@gmail.com" }]
8
description = "A Python wrapper for Binaryen"
9
requires-python = ">=3.11"
10
+readme = "README.md"
11
dependencies = ['cffi >= 1.15.1']
12
dynamic = ["version"]
13
0 commit comments