tiangolo / fastapi

FastAPI framework, high performance, easy to learn, fast to code, ready for production
https://fastapi.tiangolo.com/
MIT License
73.78k stars 6.22k forks source link

🔧 Migrate from Hatch to PDM for the internal build #11498

Closed tiangolo closed 2 months ago

tiangolo commented 2 months ago

🔧 Migrate from Hatch to PDM for the internal build

tiangolo commented 2 months ago

📝 Docs preview for commit 33406f04269ab4955f5d322199ceda0a3f51d4a0 at: https://f42a63db.fastapitiangolo.pages.dev

ofek commented 2 months ago

What was the issue?

ofek commented 2 months ago

This can be done in Hatchling directly as well with less verbosity https://github.com/tiangolo/fastapi/blob/master/pdm_build.py

Would you be open to a PR?