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.
I got this error:
It gets fixed just by issuing
mv readme.md README.md