As part of https://github.com/NixOS/nixpkgs/issues/253154, all new python nixpkgs should use `pyproject = true`, and the older `format = "pyproject"` is deprecated. I think this library should return those modern attributes and use the new build system.
As part of NixOS/nixpkgs#253154, all new python nixpkgs should use
pyproject = true, and the olderformat = "pyproject"is deprecated.I think this library should return those modern attributes and use the new build system.