Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: directory is not package unless contains metadata file (#7)
iter_packages previously considered any directory in a package_path to be a package. This adds a check that the metadata.path is a file before considering the directory to be a package.
- Loading branch information