Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a normalized package name in Python build test (#606)
It appears that newer setuptools versions are no longer normalizing the package name. Rather than update the name that we're looking for, we should just use a normalized name to begin with so that the test works with both old and newer setuptools versions.
- Loading branch information