This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Description
Since #214 the CI builds are failing with this build error:
spec.get('', []),
AttributeError: 'str' object has no attribute 'get'
[end of output]
It's possibly related to this error with setuptools, but the message isn't exactly the same.
This problem is also causing pydata/xarray#7418 to fail (because I pointed that PR at the main
branch of datatree temporarily).