pub fn find_python_package_name(root: &Path) -> Option<String>
Find the Python package name from pyproject.toml, setup.py, or setup.cfg This is used to determine which imports are internal vs external