openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

Consider using hatch as build-backend?

Open ischaojie opened this issue 1 year ago • 0 comments

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

ischaojie avatar Mar 04 '23 01:03 ischaojie