openai / CLIP

CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MIT License
24.55k stars 3.2k forks source link

using pyproject.toml over setup.py to manage the package information #440

Open garvan2021 opened 4 months ago

garvan2021 commented 4 months ago

The pyproject.toml is now strongly recommended by setuptools and PEP 621, so we may can use pyproject.toml over setup.py to manage the package information.

Also, this may help we simplify the installation process.