foefl
added the bug label 2025-10-23 09:30:00 +00:00
foefl
self-assigned this 2025-10-23 09:30:00 +00:00
foefl
added this to the To-Dos project 2025-10-23 09:30:00 +00:00
foefl
moved this to In Progress in To-Dos on 2025-10-23 09:30:09 +00:00
foefl
changed title from check usage of PDM buidl hook vs `setup.py` while running setuptools to check usage of PDM build hook vs `setup.py` while running setuptools2025-10-23 09:30:17 +00:00
PDM runs setuptools normally which calls the project's internal setup.py file
There is no need to use PDM's build hook to update the setup call. Remove them from pdm_build.py.
Treat setup.py as the ground truth.
- PDM runs setuptools normally which calls the project's internal `setup.py` file
- There is no need to use PDM's build hook to update the setup call. Remove them from `pdm_build.py`.
- Treat `setup.py` as the ground truth.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
check usage of PDM buidl hook vs `setup.py` while running setuptoolsto check usage of PDM build hook vs `setup.py` while running setuptoolssetup.pyfilepdm_build.py.setup.pyas the ground truth.