readme.md needs to be changed to uppercase

Author: mysticaltechCreated Jan 22, 2025Updated Apr 5, 2025

I got this error:

          getattr(self, attribute)
          ~~~~~~~^^^^^^^^^^^^^^^^^
        File "/home/karim/.cache/uv/builds-v0/.tmpW64yAI/lib64/python3.13/site-packages/hatchling/metadata/core.py", line 531, in
      readme
          raise OSError(message)
      OSError: Readme file does not exist: README.md

      hint: This usually indicates a problem with the package or the build environment.

It gets fixed just by issuing mv readme.md README.md

Source: Doriandarko/claude-engineer