Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-43532: [Python] Remove usage of deprecated pkg_resources in …
…setup.py (apache#43602) ### Rationale for this change Closes apache#43532. ### What changes are included in this PR? Remove deprecated `pkg_resources.resource_filename('numpy', 'core/include')`, replace with `numpy.get_include()` ### Are these changes tested? Test by CI. ### Are there any user-facing changes? No * GitHub Issue: apache#43532 Authored-by: Tai Le Manh <manhtai.lmt@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>
- Loading branch information