openai-python
openai-python copied to clipboard
Consider using hatch as build-backend?
Describe the feature or improvement you're requesting
setup.py + setup.cfg is an outdated way of building Python projects. The configuration can be moved to pyproject.toml for consistency.
hatch is a modern python project management tool. hatch is used by the likes of fastAPI, black, pydantic and others to manage projects.
Additional context
No response