fix: Force poetry to include executable in wheel

This commit is contained in:
Leni Aniva 2024-12-10 16:36:41 -08:00
parent 605fbd0bd7
commit b5a711202c
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ authors = ["Leni Aniva <v@leni.sh>"]
license = "GPL-3"
readme = "README.md"
include = [
{ path = "pantograph/pantograph-repl", format = ["sdist", "wheel"] },
{ path = "pantograph/lean-toolchain", format = ["sdist", "wheel"] },
]
[tool.poetry.dependencies]
pexpect = "^4.9.0"
python = "^3.10"