Bug Fixes
- **get_trame_versions**: Avoid errors
([`ce320be`](https://github.com/Kitware/trame-vuetify/commit/ce320be356876c48f6117a7fae0bbd774c313440))
For some currently unknown reason, not every PathDistribution contains a "Name" in the metadata.
These are probably not trame packages and thus we can probably just ignore them. But if we notice
that we are missing trame packages in the future, we should potentially find an alternative way to
identify them.
Signed-off-by: Patrick Avery <patrick.averykitware.com>