cleanup flags and platforms

This commit is contained in:
Scott Lessans 2025-08-05 10:36:49 -07:00
parent 2d077f3745
commit b16552ff24
4 changed files with 8 additions and 12 deletions

View file

@ -16,7 +16,7 @@ description = "OpenAI's response format for its open-weight model series gpt-oss
readme = "README.md"
[project.optional-dependencies]
demo = []
demo = ["uvicorn", "fastapi"]
[tool.maturin]
features = ["python-binding", "pyo3/extension-module"]