check usage of PDM build hook vs setup.py while running setuptools #5

Closed
opened 2025-10-23 09:30:00 +00:00 by foefl · 1 comment
Owner
No description provided.
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 setuptools 2025-10-23 09:30:17 +00:00
Author
Owner
  • 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.
foefl closed this issue 2025-10-23 09:49:39 +00:00
foefl moved this to Done in To-Dos on 2025-10-23 09:49:47 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: EKF-Diagnostic/sensor-anomalies#5
No description provided.